Gets or sets settings of the dialog which appears when a user selects quite a lot of files.
$au.uploader({
//...other params...
addFilesProgressDialog: {},
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').addFilesProgressDialog(value);
value = $au.uploader('uploaderID').addFilesProgressDialog();
Type: $au.addFilesProgressDialog
Settings of the dialog which appears when a user selects quite a lot of files.