The Uploader control exposes the following client-side events.
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 that previews an image from the upload pane is closed. |
![]() |
ImageRotated | This event fires when an image is rotated. |
![]() |
InitComplete | This event fires when ActiveX/Java 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. |