Gets or sets an array of Error event handlers.
$au.imageUploaderFlash({
events: {
//...other params...
error: [],
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').events().error(value);
value = $au.imageUploaderFlash('uploaderID').events().error();
Type: $au.event
The string containing the name of Error event handler or an array of handler names.
This event fires if some error occurred during the current upload session.