Exception: getUploadUrl command is not supported. #3383
Replies: 3 comments
-
https://www.youtube.com/watch?v=Z0luQoMchNA |
Beta Was this translation helpful? Give feedback.
-
This method somehow the files from
Kindly address this at the earliest. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I am just from trying your code and it works. There is just one thing I needed to set somewhere at the top of your code which is the secret key, needed to enable uploads: import os
os.environ['FLET_SECRET_KEY'] = "YOUR_SECRET_KEY" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When i runing the example code about upload files from file picker(https://github.com/flet-dev/examples/blob/main/python/controls/file-picker/file-picker-upload-progress.py) and remove the web view, return this error: "Exception: getUploadUrl command is not supported.". How can i upload files from file picker in desktop app?.
Sorry for my bad english.
My code:
Issues:

Flet version:
Operating system:
Windows
Beta Was this translation helpful? Give feedback.
All reactions