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

PHP
public function getProgressBarText() {
}

public function setProgressBarText($value) {
}

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