Gets or sets the Upload Error dialog settings.
$au.imageUploaderFlash({ //...other params... uploadErrorDialog: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog(value); value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog();