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

uploader.enableStatusPane Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the status pane should be displayed.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    enableStatusPane: true,
    //...other params...
})

Property Value

Type: Boolean

If true, the status pane is displayed in both layouts; otherwise, it is hidden.

Default value is true.

See Also

Reference