Gets or sets a width of the control.
$au.uploader({
//...other params...
width: "600px",
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').width(value);
value = $au.uploader('uploaderID').width();
Type: String
The width of the control.
Default value is "600px".