-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot pick files on Web #1221
Comments
This is related to issue #1197 |
Same for me, it seems to be triggered by Flutter 3.7.0 (Edit for clarification): It's sporadic, so sometimes it works, sometimes it does not. |
Same for me , When i try to run in Chrome ... It works on mobile ... |
This issue is stale because it has been open for 14 days with no activity. |
Reproduced on flutter v3.7.3 : nothing changed. Any workaround available ? |
What I did in my app was show an error dialog if the result was null, in order to at least indicate something happened. To avoid showing the error dialog when user cancelled the pick, I gave it an |
This issue is stale because it has been open for 14 days with no activity. |
I just tried to use the web example from the master branch, it's ok. |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I'm having this issue. It works as expected in debug mode but it doesn't when deployed. It returns |
Hello,
After a recent pub update, I realized that I could not pick files anymore on flutter web.
It seems that the method FilePicker.platform.pickFiles always returns null.
I managed to reproduce it with the example app on branch master (no matter what I pick, I see the text "User has aborted the dialog"). I use Flutter 3.7.0 on windows 11 with VS code, reproduced it on Edge and Chrome.
The text was updated successfully, but these errors were encountered: