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