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

uploader.informationBar Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the information bar settings.

Syntax

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

Property Value

Type: $au.informationBar

The settings of the information bar appearance.

See Also

Reference