how to save image? #1447
-
how to save img in flet app?
|
Beta Was this translation helpful? Give feedback.
Answered by
aedhcarrick
Jun 18, 2023
Replies: 1 comment 5 replies
-
You are working in Python, just download the image using any Python HTTP library and save it to a file. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if i understand correctly, marking the file as an attachment (in the header), would trigger the browser's native file dialog.