Gets or sets an array of UploadFileCountChange event handlers.
$au.imageUploaderFlash({
events: {
//...other params...
uploadFileCountChange: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().uploadFileCountChange(value);
value = $au.imageUploaderFlash('uploaderID').events().uploadFileCountChange();
Type: $au.event
The string containing the name of UploadFileCountChange event handler or an array of handler names.
This event fires when a user adds/removes any files to/from the upload list.