You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently having a problem with the file-picker (FilePickerResultEvent). I tried the sample from here https://github.com/flet-dev/examples/blob/main/python/controls/file-picker/file-picker-upload-progress.py using flet==0.2.4 (Tried also the latest pre version). When I run the sample as flet.WEB_BROWSER and select files from a network shareFilePickerResultEvent randomly returns e.files is None even a file is selected. I can not reproduce this issue when running as flet.FLET_APP. It looks like a timing issue.
Has anyone experienced the same problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am currently having a problem with the file-picker (FilePickerResultEvent). I tried the sample from here https://github.com/flet-dev/examples/blob/main/python/controls/file-picker/file-picker-upload-progress.py using flet==0.2.4 (Tried also the latest pre version). When I run the sample as flet.WEB_BROWSER and select files from a network share FilePickerResultEvent randomly returns e.files is None even a file is selected. I can not reproduce this issue when running as flet.FLET_APP. It looks like a timing issue.
Has anyone experienced the same problem?
Beta Was this translation helpful? Give feedback.
All reactions