Aurigma Image Uploader 7.0.37
uploader.addFilesProgressDialog Property
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.