Replies: 3 comments 6 replies
|
So, you want to process the file on a client (browser) without uploading to a server? |
6 replies
|
Folks, I have a reply to this question: https://github.com/fangfufu/AmplifyP/blob/dev/docs/flet_static_file_handling.md Demo: https://fangfufu.github.io/AmplifyP/ You can try loading this file: https://github.com/fangfufu/AmplifyP/blob/dev/amplify_gui_state.yaml and saving it (download it) again. |
0 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
All reactions