addFilesProgressDialog.waitText Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the label which is displayed while Java Uploader is preparing to add files.

Syntax

JavaScript Initialize
$au.uploader({
    addFilesProgressDialog: {
        //...other params...
        waitText: "Please wait, it may take some time...",
        //...other params...
    }
})

Property Value

Type: String

The text of the Please wait label.

Default value is "Please wait, it may take some time...".

Remarks

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

See Also

Reference