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