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

uploader.enableUploadPane Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

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

Property Value

Type: Boolean

If true, the upload pane is displayed in ThreePanes layout; otherwise, it is hidden.

Default value is true.

Remarks

This property makes sense in ThreePanes layout only.

See Also

Reference