messages.cmykImagesNotAllowed Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets the message displayed when the user tries to select CMYK image while it is disallowed.

Syntax

JavaScript Initialize
$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();

Property Value

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.".

See Also

Reference