PHP File Upload
Posted by: georgerw
Posted on: 2005-07-27 12:16:00
Hey, I am having some problems with the file upload feature of PHP.
I am trying to upload a small file (maybe 200k) into a BLOB field in a mySQL database. However, even though I copied the code exactly from here;
http://www.devarticles.com/c/a/MySQL/Blobbing-Data-With-PHP-and-MySQL
it still doesn't work..
To continue my investigation, I tried to just upload a file normally. I tried loads of scripts off the 'net, and none of them worked. Is there something I'm doing wrong, or is this just a limitation of Dreamhost?