Gets or sets a unique identifier of the control.
$au.uploader({ //...other params... id: "", //...other params... })
Type: String
The unique identifier of the control.
Default value is "".
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.