Hi guys,
Is it possible to store Zip files inside MySQL database and download them from the database?
yes, but i wouldn't recomend it. just store the files in a directory, and filepaths in the db.
But please I need to know that. Can you help? Or anyone?
if you must store it in a DB, you can store the contents of the file in a blob field.
have another field for file id and one for file extension. Then you can marry the two back up when you want the file out of the DB