-
My back-end generates a temporary (xml) file which I want to offer to the user as a download. In JavaScript I would do: How can I do this in Reflex? |
Beta Was this translation helpful? Give feedback.
Answered by
masenf
Apr 30, 2024
Replies: 1 comment
-
See examples here: https://reflex.dev/docs/assets/upload-and-download-files/#with- You can pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hpharmsen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See examples here: https://reflex.dev/docs/assets/upload-and-download-files/#with-
You can pass
str
orbytes
to therx.download
special event to trigger a download of temporary data.