Replies: 1 comment 6 replies
-
So, you want to process the file on a client (browser) without uploading to a server? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Code example to reproduce the issue:
flet publish upload_example.py
python3 -m http.server 55545 --directory dist
Describe the results you received:

Describe the results you expected:
i expect get data from this file and just send to server
in linux,webapp all is ok, but in static site did not work
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Operating system: WEB
Beta Was this translation helpful? Give feedback.
All reactions