Removes all items from the upload list.

Syntax

JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").RemoveAllFromUploadList();

Remarks

This method works in the same way as if the Remove All button is clicked. It works in all layouts

NoteNote

The contrary method AddAllToUploadList which would correspond to the Add All button is not available due the security reasons. If this method is required, you should contact support@aurigma.com and order the private-label version. In this case it is possible to discuss the including of this feature.

See Also

Examples
Customizing Buttons

Reference
ButtonDeselectAllText Property
ButtonSelectAllText Property
DeselectAll Method
RemoveFromUploadList Method
SelectAll Method
ButtonAddAllToUploadListText Property
ButtonAddToUploadListText Property
ButtonRemoveAllFromUploadListText Property
ButtonRemoveFromUploadListText Property
ShowUploadListButtons Property
UploadFileCountChange Event