Gets or sets an array of Progress event handlers.
$au.imageUploaderFlash({ events: { //...other params... progress: [], //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().progress(value); value = $au.imageUploaderFlash('uploaderID').events().progress();
Type: $au.event
The string containing the name of Progress event handler or an array of handler names.
This event indicates the progress of the upload.