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