Gets or sets an array of AfterPackageUpload event handlers.
$au.imageUploaderFlash({
events: {
//...other params...
afterPackageUpload: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().afterPackageUpload(value);
value = $au.imageUploaderFlash('uploaderID').events().afterPackageUpload();
Type: $au.event
The string containing the name of AfterPackageUpload event handler or an array of handler names.
This event fires when the current package was uploaded successfully.
A boolean value (true or false). If event handler returns false, the upload process stops and the Progress event is fired with error code 18.