imageUploaderFlash.addFilesProgressDialog Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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

Syntax

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

Property Value

Type: $au.addFilesProgressDialog

The Adding Files dialog settings.

See Also

Reference