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 ActiveX/Java Uploader at runtime and, thus, modify its parameters, call methods, and handle events through JavaScript.