uploadErrorDialog.message Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets the text of the error message.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    uploadErrorDialog: {
        //...other params...
        message: "Not all files were uploaded successfully. If you see this message, contact web master.",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog().message(value);
value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog().message();

Property Value

Type: String

The text of the error message.

Default value is "Not all files were uploaded successfully. If you see this message, contact web master.".

See Also

Reference