The problem is this: FilePicker does not open on iOS and MacOS, I thought the problem was in my code, but I decided to check the official example from the site.
https://flet-controls-gallery.fly.dev/utility/filepicker
It doesn’t work either. If anyone has encountered this or has any thoughts on how to fix it, please let me know.
Thank you in advance.
Tried manually update state to pickFiles
self.filepicker.state = 'pickFiles' self.filepicker.update()
Tried change and add args to Filepicker()
Tried change button
KEKACIK is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.