messages.uploadCompleted Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which notifies that the upload is successfully finished.

Syntax

JavaScript Initialize
$au.uploader({
    messages: {
        //...other params...
        uploadCompleted: "Upload complete.",
        //...other params...
    }
})

Property Value

Type: String

The string notifying that the upload is successfully finished. To disable this message, set it to an empty string.

Default value is "Upload complete.".

Remarks

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

See Also

Reference