This documentation is for the old version. Go to the latest Upload Suite docs

messages.serverError Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that an error occured.

Syntax

JavaScript Initialize
$au.uploader({
    messages
: {
       
//...other params...
        serverError
: "Some server-side error occurred. If you see this message, contact your Web master.",
       
//...other params...
   
}
})

Property Value

Type: String

The message which states that an error occured. To disable this message, set it to an empty string.

Default value is "Some server-side error occurred. If you see this message, contact your Web master.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference