uploader.events Property ActiveX/Java Uploader JavaScript

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