id | title | sidebar_label |
---|---|---|
component-filepicker |
FilePicker |
FilePicker |
FilePicker component is used to pick files from the device storage, MicroSD card and from the cloud (Google drive, Dropbox and etc). The FilePicker component can also filter on what type of files the user can pick using the MIME filter.
Picking files from the device.
This block triggers the file picker.
Type | Explanation | Required |
---|---|---|
FilePicker | Targeted File Picker component | Yes |
This event triggers when the user has successfully picked a file from the file picker filePath (List string) - The file path(s) where the user has selected
This event triggers when the user did not pick a file successfully.