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