I want to create a document library on my intranet where endusers can upload their files into the database. I used Dittmer's script but to no avail. I can store image files but it doesn't work quite the same for documents. I have used asp in the past and have since swithced to php and mysql. Any help on how to create a script to store different catagories of documents as well as retrieve them based on a simple query (select * from db where catagory = $catagory and author = $author)?
Database is as follows
Author CHAR
Title CHAR
Category CHAR
Comment VARCHAR
file LONGBLOB
filename CHAR
filetype CHAR
filesize CHAR
Thanks
Rodney