Uploader.OpenFileDialog Property ActiveX/Java Uploader PHP

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets the Open File dialog style.

Syntax

PHP
public function getOpenFileDialog() {
}

public function setOpenFileDialog($value) {
}

Property Value

Type: string

The Open File dialog style.

The following values are supported:

ValueDescription
StandardStandart Open File dialog.
MacOSNativeMac OS native Open File dialog.

Default value is "Standard".

Remarks

The Mac OS native dialog does not allow to select multiple files.

See Also

Reference