Gets or sets a collection of client-side events.
$au.uploader({ //...other params... events: {}, //...other params... })
$au.uploader('uploaderID').events(value); value = $au.uploader('uploaderID').events();
Type: $au.events
The collection of client-side events.