Gets or sets the text of the error message.
$au.imageUploaderFlash({ uploadErrorDialog: { //...other params... message: "Not all files were uploaded successfully. If you see this message, contact web master.", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog().message(value); value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog().message();
Type: String
The text of the error message.
Default value is "Not all files were uploaded successfully. If you see this message, contact web master.".