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

imageUploaderFlash.events Property

Gets or sets the collection of client-side events.

Syntax

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

Property Value

Type: $au.events

The collection of client-side events.

See Also

Reference

Manual