Hi!
I already built a form using v4 that upload a file, save it in the file system and store the file name in the database.
I'd like to build another form to upload/save a file in DB instead of the file system.
The best would be to have two columns: one with the file name and extension, the other with content in a blob column.
How can I do this?
Thank you!
I already built a form using v4 that upload a file, save it in the file system and store the file name in the database.
I'd like to build another form to upload/save a file in DB instead of the file system.
The best would be to have two columns: one with the file name and extension, the other with content in a blob column.
How can I do this?
Thank you!