Hi! Can anyone help me out on how i go about to make a very simple upload function to upload files to a mysql database. I need to be able to upload .doc files to mysql, and then be able to download them as well.
Cheerio!
You don't upload to MySQL, you upload to server then add data to your MySQL like the file name and such.
http://us3.php.net/manual/en/function.copy.php