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

ImageUploaderFlash Client-Side Events

The ImageUploaderFlash control exposes the following client-side controls.

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 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 InitComplete This event fires when Image Uploader Flash 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.