Re: [PHP] Uploading Files into MySQL

2007-05-28 Thread Greg Donald
On 5/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am working on a script to upload files into MySQL db. The following script uploads to a file system how do I go about uploading the file into the DB? Where do I put the SQL statement in the code below?

[PHP] Uploading Files into MySQL

2007-05-24 Thread [EMAIL PROTECTED]
I am working on a script to upload files into MySQL db. The following script uploads to a file system how do I go about uploading the file into the DB? Where do I put the SQL statement in the code below? form method='POST' enctype=multipart/form-data input type=file name=myfile input