Gets or sets the message displayed when the image preview could be generated.
$au.imageUploaderFlash({Get/Set Value at Runtime
messages: {
//...other params...
previewNotAvailable: "Preview is not available",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').messages().previewNotAvailable(value);
value = $au.imageUploaderFlash('uploaderID').messages().previewNotAvailable();
Type: String
The message displayed when the image preview could be generated.
Default value is "Preview is not available".
This property is necessary for localization of Image Uploader Flash.