uploadProgressDialog.titleText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a title of the dialog displayed displayed during the upload.

Syntax

JavaScript Initialize
$au.uploader({
    uploadProgressDialog: {
        //...other params...
        titleText: "Uploading files to server",
        //...other params...
    }
})

Property Value

Type: String

The title of the uploading files dialog.

Default value is "Uploading files to server".

Remarks

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

See Also

Reference