Gets or sets the message displayed when the user tries to select CMYK image while it is disallowed.
$au.imageUploaderFlash({ messages: { //...other params... cmykImagesNotAllowed: "CMYK images are not allowed.", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').messages().cmykImagesNotAllowed(value); value = $au.imageUploaderFlash('uploaderID').messages().cmykImagesNotAllowed();
Type: String
The message displayed when the user tries to select CMYK image while it is disallowed (i.e. enableCmyk = false
).
Default value is "CMYK images are not allowed.".