Gets or sets the upload progress dialog settings.
$au.uploader({ //...other params... uploadProgressDialog: {}, //...other params... })Get/Set Value at Runtime
$au.uploader('uploaderID').uploadProgressDialog(value); value = $au.uploader('uploaderID').uploadProgressDialog();