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

uploader.id Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a unique identifier of the control.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    id: "",
    //...other params...
})

Property Value

Type: String

The unique identifier of the control.

Default value is "".

Remarks

This identifier is obligatiry set during initialization and used to refer to Image Uploader at runtime and, thus, modify its parameters, call methods, and handle events through JavaScript.

See Also

Manual