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

uploader.height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of the control.

Syntax

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

Property Value

Type: String

The height of the control.

Default value is "400px".

See Also

Reference