StatusPane.FilesToUploadText Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets a text on the status pane which is displayed when at least one file is added to the upload pane.

Syntax

PHP Initialize
public function getFilesToUploadText() {
}

public function setFilesToUploadText($value) {
}

Property Value

Type: string

The text stating how many files are added to the upload pane. It can contain the following placeholder:

[count]
replaced by the number of files actually added to the upload pane.

Default value is "<font color='#7a7a7a'>Total files:</font> {0}".

Remarks

To hide the text, set the property to the empty string.

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference