UploadPane.AddFilesButtonText Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the button which shows the Open File dialog.

Syntax

PHP Initialize
public function getAddFilesButtonText() {
}

public function setAddFilesButtonText($value) {
}

Property Value

Type: string

The caption of the button which shows the Open File dialog. If you pass an empty string, the button will be hidden.

Default value is "+ Add more files".

Remarks

To hide the Open File button, set the caption to the empty string.

See Also

Reference