The ImageUploaderFlash control exposes the following client-side events.
| Name | Description | |
|---|---|---|
|
|
AfterPackageUpload | This event fires when the current package was uploaded successfully. |
|
|
AfterUpload | This event fires after a successful upload. |
|
|
BeforePackageUpload | This event fires when the current package is about to be uploaded. |
|
|
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. |
|
|
ImageEditorClose | This event fires when the Image Editor is closed. |
|
|
InitComplete | This event fires when HTML5/Flash 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. |