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

statusPane.progressBarText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text displayed in the progress bar during the upload if the instant upload feature is used.

Syntax

JavaScript Initialize
$au.uploader({
    statusPane: {
        //...other params...
        progressBarText: "Uploading ([percents]%)",
        //...other params...
    }
})

Property Value

Type: String

The text displaying a total percentage of the upload progress. It can contain the following placeholder:

[percents]
replaced by the total percentage of the upload progress.

Default value is "Uploading ([percents]%)".

Remarks

This property makes sense only if the enableInstantUpload property is true.

This property is necessary for localization of Image Uploader.

See Also

Reference