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

uploader.folderPane Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the folder pane settings.

Syntax

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

Property Value

Type: $au.folderPane

The settings of the folder pane.

See Also

Reference

Manual