Gets or sets the message displayed when the read file error occurs.
$au.imageUploaderFlash({Get/Set Value at Runtime
messages: {
//...other params...
cannotReadFile: "Cannot read file: {0}.",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').messages().cannotReadFile(value);
value = $au.imageUploaderFlash('uploaderID').messages().cannotReadFile();
Type: String
The message displayed when the read file error occurs.
To be able to display additional information in this error message, special placeholder is used:
Default value is "Cannot read file: {0}.".