This documentation is for the old version. Go to the latest Upload Suite docs

uploader.events Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a collection of client-side events.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    events: {},
    //...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').events(value);
value = $au.uploader('uploaderID').events();

Property Value

Type: $au.events

The collection of client-side events.

See Also

Reference

Manual