Gets or sets an array of Progress event handlers.
$au.uploader({Get/Set Value at Runtime
events: {
//...other params...
progress: [],
//...other params...
}
})
$au.uploader('uploaderID').events().progress(value);
value = $au.uploader('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.