This documentation is for the old version. Go to the latest Upload Suite docs

Uploader Client-Side Events

The Uploader control exposes the following client-side controls.

Events

NameDescription
Public event AfterPackageUpload This event fires when the current package was uploaded successfully.
Public event AfterSendRequest This event fires when the current POST request was uploaded successfully.
Public event AfterUpload This event fires after successful upload.
Public event BeforePackageUpload This event fires when the current package is about to be prepared.
Public event BeforeSendRequest This event fires when the current POST request is about to be uploaded.
Public event BeforeUpload This event fires when the upload is about to be started.
Public event Error This event fires if some error occurred during the current upload session.
Public event FolderChange This event fires when a user goes to another folder.
Public event ImageEditorClose This event fires when the Image Editor is closed.
Public event ImageRotated This event fires when an image is rotated.
Public event InitComplete This event fires when Image Uploader is completely created and initialized.
Public event PreRender This event fires before the writeHtml() or getHtml() method is executed.
Public event Progress This event indicates the progress of the upload.
Public event RestrictionFailed This event fires when some restriction is broken.
Public event SelectionChange This event fires when a user changes a selection in the upload pane.
Public event UploadFileCountChange This event fires when a user adds/removes any files to/from the upload list.
Public event ViewChange This event fires when the view mode is changed.