ImageUploaderFlash.EnableAddingFiles Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets a value indicating whether the button which shows the Open File dialog is enabled.

Syntax

PHP Initialize
public function getEnableAddingFiles() {
}

public function setEnableAddingFiles($value) {
}

Property Value

Type: boolean

If true, a user can add files to the Upload Pane. Otherwise, files cannot be added.

Default value is true.

See Also

Reference