Gets or sets the Open File dialog style.
$au.uploader({ //...other params... openFileDialog: "Standard", //...other params... })Get/Set Value at Runtime
$au.uploader('uploaderID').openFileDialog(value); value = $au.uploader('uploaderID').openFileDialog();
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".
The Mac OS native dialog does not allow to select multiple files.