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