Specifies possible values for client-side event names.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public enum ClientEventNames
Member name | Description |
---|---|
AfterPackageUpload |
AfterPackageUpload event fires when the current package was uploaded successfully. |
AfterUpload |
AfterUpload event fires after a successful upload. |
BeforePackageUpload |
BeforePackageUpload event fires when the current package is about to be uploaded. |
BeforeSendRequest |
BeforeSendRequest event fires when the current POST request is about to be uploaded. |
BeforeUpload |
BeforeUpload event fires when the upload is about to be started. |
Error |
Error event fires if some error occurred during the current upload session. |
ImageEditorClose |
ImageEditorClose event fires when the Image Editor is closed. |
InitComplete |
InitComplete event fires when HTML5/Flash Uploader is completely created and initialized. |
PreRender |
PreRender event fires before the writeHtml or getHtml method is executed. |
Progress |
Progress event indicates the progress of the upload. |
RestrictionFailed |
RestrictionFailed event fires when some restriction is broken. |
SelectionChange |
SelectionChange event fires when a user changes a selection in the upload pane. |
UploadFileCountChange |
UploadFileCountChange event fires when a user adds/removes any files to/from the upload list. |