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

addFilesProgressDialog.waitText Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the label which is displayed while Image 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 Image Uploader.

See Also

Reference