PHP File Upload

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?

Re: PHP File Upload

Posted by: georgerw
Posted on: 2005-07-28 06:43:00

anyone?

Re: PHP File Upload

Posted by: VxJasonxV
Posted on: 2005-07-28 08:09:00

Any Error Messages?
Link to the page so we can see it? (if applicable)

Re: PHP File Upload

Posted by: georgerw
Posted on: 2005-07-28 08:50:00

Nevermind, I'm stupid, its working now :-)
Thanks for 'trying' to help!Edited by georgerw on 07/28/05 08:52 AM (server time).

Tags: php file uploadmysql databasedreamhosthttpblobscriptshey