Aurigma HTML5/Flash Uploader 8.0.33
imageUploaderFlash.uploadErrorDialog Property
Gets or sets the Upload Error dialog settings.
Syntax
JavaScript
Initialize
$au.imageUploaderFlash({
//...other params...
uploadErrorDialog: {},
//...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog(value);
value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog();