AddFilesProgressDialog.TotalFilesText Property ActiveX/Java Uploader PHP

Supported browsers: FirefoxGoogle ChromeSafari

Get or sets a text of the label which displays a total number of processed files.

Syntax

PHP
public function getTotalFilesText() {
}

public function setTotalFilesText($value) {
}

Property Value

Type: string

The text of the Already processed files label. It can contain the following placeholder:

[count]
replaced by the total number of processed files.

Default value is "already processed files: [count]".

Remarks

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

See Also

Reference