Gets or sets an array of BeforePackageUpload event handlers.
$au.imageUploaderFlash({
events: {
//...other params...
beforePackageUpload: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().beforePackageUpload(value);
value = $au.imageUploaderFlash('uploaderID').events().beforePackageUpload();
Type: $au.event
The string containing the name of BeforePackageUpload event handler or an array of handler names.
This event fires when the current package is about to be uploaded.