Load generated docs in a db/temporary folder

Hey everyone, I have been working with streamlit for about a month now and I am stuck trying to figure out how to load my files to the db
What my program does so far is it uses the file_uploader to load an excel dataset sheet and it generates docx files ( which are stored in a folder in my working directory)
Now I want to display those generated files in the streamlit interface with a download button for each file.
I thought that would only be possible if I can store those generated docs in mysql db directly and then fetch them from there to display them again so the user can download them OR have them stored temporarily.
However I couldn’t figure out a way to approach the problem.
Any help/idea is much appreciated!!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.