Gets or sets a message which states that the selected image is CMYK, when CMYK images are denied for the upload.
$au.uploader({
messages: {
//...other params...
cmykImagesNotAllowed: "CMYK images are not allowed.",
//...other params...
}
})
Type: String
The message which states that the selected image is CMYK.
Default value is "CMYK images are not allowed.".
This property is necessary for localization of Image Uploader.