I need to edit the php upload script so that it stores information about the file in a MySQL Database. (name, filesize, date uploaded, etc.)
Here is the script I am talking about
http://www.php.net/manual/en/features.file-upload.php
My other option is to find a script that already does this. I've already searched the forums and internet, but I'm not very good at finding results.
Note: I know very little about php and MySQL
Thanks for any help!