Hi all, I just finished my upload script for my website for members of my site to come and upload documents, pictures, text files, etc.
As of now, I store five files, per user, in a database (MySQL) table called 'documents'. in that table, i store the file name, size, description, and type.
I successfully got my website to store all files in my database, now the only problem is how to download the file from the database.
How on earth can I make a link to download (not show it, but save it to hard drive) the file?
Thanks a lot!
-influx.