Removes the specified item from the upload list.
Syntax
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").UploadFileRemove(Index); |
Parameters
- Index
-
A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].
See Also
Examples
Specifying Restrictions for Image DimensionsReference
UploadFileAngle PropertyUploadFileCount Property
UploadFileCountChange Event
UploadFileDescription Property
UploadFileFocused Property
UploadFileFormat Property
UploadFileGuid Property
UploadFileHeight Property
UploadFileHorizontalResolution Property
UploadFileName Property
UploadFileSelected Property
UploadFileSize Property
UploadFileType Property
UploadFileVerticalResolution Property
UploadFileWidth Property
Index Property
RemoveAllFromUploadList Method
RemoveFromUploadList Method