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