messages.previewNotAvailable Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets the message displayed when the image preview could be generated.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    messages: {
        //...other params...
        previewNotAvailable: "Preview is not available",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').messages().previewNotAvailable(value);
value = $au.imageUploaderFlash('uploaderID').messages().previewNotAvailable();

Property Value

Type: String

The message displayed when the image preview could be generated.

Default value is "Preview is not available".

Remarks

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference