Jump to content

transfering from directory folder to database


elrobbo6

Recommended Posts

I have been looking around and have not been able to find any useful information on this.  I am trying to transfer files from a folder in the directory to a table in a database.  Eventually they will be images but for right now I am just trying to get text files to transfer.  Any help/code/ideas would be a lot of help.  This is going to be triggered a button on a page by the way.

you can use the fread() function to read the data from a file, and store the binary data in your database (assuming your database is set up correctly).

 

Try reading through this tutorial which details storing file data in a database with php: http://www.devarticles.com/c/a/MySQL/Blobbing-Data-With-PHP-and-MySQL/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.