Gets or sets the caption of the button which shows the Open File dialog.
public function getAddFilesButtonText() {
}
public function setAddFilesButtonText($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".