ImageUploaderFlash Client-Side Events

The ImageUploaderFlash control exposes the following client-side events.

Events

NameDescription
Public event AfterPackageUpload This event fires when the current package was uploaded successfully.
Public event AfterUpload This event fires after a successful upload.
Public event BeforePackageUpload This event fires when the current package is about to be uploaded.
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 ImageEditorClose This event fires when the Image Editor is closed.
Public event InitComplete This event fires when HTML5/Flash 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.