Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1014 Bytes

component-filepicker.md

File metadata and controls

40 lines (24 loc) · 1014 Bytes
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.

Example

Picking files from the device.

example



Blocks

pick files

This block triggers the file picker.

pick files

Type Explanation Required
FilePicker Targeted File Picker component Yes

Events

onFilesPicked

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

onFilesPickedCancel

This event triggers when the user did not pick a file successfully.