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

uploader.width Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a width of the control.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    width: "600px",
    //...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').width(value);
value = $au.uploader('uploaderID').width();

Property Value

Type: String

The width of the control.

Default value is "600px".

See Also

Reference