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

uploader.uploadProgressDialog Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the upload progress dialog settings.

Syntax

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

Property Value

Type: $au.uploadProgressDialog

The upload progress dialog settings.

See Also

Reference