Kaustubh's avatar

Upload files BLOB in postgresql

I want to store image directly in database in BLOB, and not in folder

0 likes
3 replies
Kaustubh's avatar

I have a form which uploads files...but it stores file in a folder and save its path to database. Instead of storing file in to a folder, i want it to store file directly in to the database in a binary large object (BLOB) format.

vipin93's avatar

then u have to use nosql database like mongodb or sqlite google about that

Please or to participate in this conversation.