List files stored in mysql

Good Morning.
I’m building a project in which it will store some files (.doc, .pdf, .docx). I am saving them in mysql in blob type, however I am having difficulty in how to download later. Has anyone ever had to do this? (List files that were written in bytes, in the database, to download).

Example of what I’m talking about

image

Store informations about file location,properties,auth,etc, in the database not entire file. Later you can use go default file server to download them.

3 Likes

I will do this. Thank you so much

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