flet-dev / examples

Flet sample applications
MIT License
423 stars 172 forks source link

fileloader example gives error on m1 macos #68

Open SimonShapiro opened 1 year ago

SimonShapiro commented 1 year ago

file-picker-upload-progress.py gives

Exception: Unsupported command: getUploadUrl on upload.

Also, the documentation is very unclear as to where the files have gone, so that they can be used again later.

SimonShapiro commented 1 year ago

Interestingly, when I use it as a web app with view=flet.WEB_BROWSER, it is fine and the file go to the relative directory.