Filepicker
Filepicker widget allows the user to drag and drop files or upload files by browsing the filesystem and selecting one or more files in a directory.

:::info
File types must be a valid MIME type according to input element specification or a valid file extension.
To accept any/all file type(s), set Accept file types
to an empty value.
:::

:::tip
MIME type determination is not reliable across platforms. CSV files, for example, are reported as text/plain under macOS but as application/vnd.ms-excel under Windows.
:::
Events

Event: On file selected
On file selected event can be triggered when one or more files are selected.
:::info
Check Action Reference docs to get the detailed information about all the Actions.
:::
Properties
Use Drop zone
Creates a drag & drop zone. Files can be dragged and dropped to the "drag & drop" zone.
Use File Picker
On clicking it invokes the default OS file prompt.
Pick mulitple files
Allows drag and drop (or selection from the file dialog) of multiple files. Pick multiple files
is disabled by default.
Max file count
The maximum accepted number of files The default value is 2
.
Accept file types
By providing types, you can make the dropzone accept specific file types and reject the others.
Max size limit
Maximum file size (in bytes).
Min size limit
Minimum file size (in bytes).
:::tip
Files can be accepted or rejected based on the file types, maximum file count, maximum file size (in bytes) and minimum file size (in bytes).
If Pick mulitple files
is set to false and additional files are dropped, all files besides the first will be rejected.
Any file that does not have a size in the range of Max size limit
and Min size limit
will be rejected.
:::
Options
