StatusPane.FilesUploadedText Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the Files complete label.

Syntax

PHP Initialize
public function getFilesUploadedText() {
}

public function setFilesUploadedText($value) {
}

Property Value

Type: string

The caption of the Files complete label.

To be able to display additional information in this label, special placeholders are used:

{0}
replaced by the currently uploaded file number.
{1}
replaced by the total number of files to be uploaded.

Default value is "Files complete: {0} / {1}".

Remarks

To hide the Files complete label, set it to the empty string.

See Also

Reference