massel's avatar

File database upload and retrieve

Does anyone know how I can Upload files with extension to database and retrieve same successfully ?

0 likes
4 replies
Snapey's avatar

Its not advisable to store blobs in the database.

You should put the files in your file system and put the file path in the database

Please or to participate in this conversation.