-
|
I want to start a download process when the user clicks on the download button, but i don't know if using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I submitted an issue for this #909 The only ways I've seen to create a download link in pynecone are not very clean. Hopefully we'll have something like pc.download_files() or something in the future. I found a post on the pynecone discord server where someone was able to create download links like this: I think there should be a better way. |
Beta Was this translation helpful? Give feedback.
I submitted an issue for this #909 The only ways I've seen to create a download link in pynecone are not very clean. Hopefully we'll have something like pc.download_files() or something in the future. I found a post on the pynecone discord server where someone was able to create download links like this:
I think there should be a better way.