Gets or sets an array of BeforeSendRequest event handlers.
$au.uploader({Get/Set Value at Runtime
events: {
//...other params...
beforeSendRequest: [],
//...other params...
}
})
$au.uploader('uploaderID').events().beforeSendRequest(value);
value = $au.uploader('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.