Aurigma ActiveX/Java Uploader 8.0.33
Uploader.OpenFileDialog Property
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:
| Value | Description |
|---|---|
| Standard | Standart Open File dialog. |
| MacOSNative | Mac OS native Open File dialog. |
Default value is "Standard".
Remarks
The Mac OS native dialog does not allow to select multiple files.