How to serve media files? #3710
Unanswered
barseghyanartur
asked this question in
Q&A
Replies: 1 comment
-
What is the error you get when putting them in the We have some internal logic to create temporary files and serve them, which we can maybe look into exposing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say, my application is generating JSON and mp3 files. I want to serve them as static/media files. I need to.
My application has an iframe, which has its own logic and markup and I'm quite happy providing path params to the iframe to display the content.
How to do that with marimo? Putting them into
public
folder doesn't work, because it picks the serves the files that have been there already and does not serve the new ones.Beta Was this translation helpful? Give feedback.
All reactions