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

uploader.addFilesProgressDialog Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets settings of the dialog which appears when a user selects quite a lot of files.

Syntax

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

Property Value

Type: $au.addFilesProgressDialog

Settings of the dialog which appears when a user selects quite a lot of files.

See Also

Reference