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

AddFilesProgressDialog.CurrentFileText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the label which displays a name of the currently processing file.

Syntax

PHP
public function getCurrentFileText() {
}

public function setCurrentFileText($value) {
}

Property Value

Type: string

The text of the Processing file label. It can contain the following placeholder:

[name]
replaced by the name of the currently processing file.

Default value is "Processing file: '[name]'".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference