Removes selected items from the upload list.
Syntax
| JavaScript | Copy Code
|
|---|---|
getImageUploader("ImageUploaderID").RemoveFromUploadList();
|
|
Remarks
This method works in the same way as if the Remove button is clicked. It works in all layouts.
Note |
|---|
|
The contrary method |
See Also
Examples
Customizing ButtonsReference
ButtonDeselectAllText PropertyButtonSelectAllText Property
DeselectAll Method
RemoveAllFromUploadList Method
SelectAll Method
ButtonAddAllToUploadListText Property
ButtonAddToUploadListText Property
ButtonRemoveAllFromUploadListText Property
ButtonRemoveFromUploadListText Property
ShowUploadListButtons Property
UploadFileCountChange Event
Copy Code
Note