Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Hi jk-2022, I think you can solve your problem with the FilePicker docs. It is a class from flet, so you can import it just like you would do it e.g. for a Textfield or ElevatedButton etc., you don't have to install anything. From there you can choose between 3 different methods: pick_files() You can call one of these methods with an on_click-event (e.g. from an ElevatedButton, like mentioned before...) or how ever you want. I hope I could help you a little, don't forget to read the docs they are very helpful and maybe more understandable, Example:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can i access to android external storage?
Beta Was this translation helpful? Give feedback.
All reactions