messages.uploadCancelled Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that a user cancelled the upload.

Syntax

JavaScript Initialize
$au.uploader({
    messages: {
        //...other params...
        uploadCancelled: "Upload is cancelled.",
        //...other params...
    }
})

Property Value

Type: String

The string stating that a user cancelled the upload. To disable this message, set it to an empty string.

Default value is "Upload is cancelled.".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference