Pretty basic, but I can't seem to figure out past just getting the files uploaded through all my searching.
I need to have a page where any user can upload a file (.pdf in this case) and type in a description.
For instance, they would go to ......./upload.php and upload "sample_article.pdf" with description "An article about worms"
One another .html page in a table would list all these....
Sample Article.pdf - An article about worms.
Sample Article2.pdf - An article about flys.
User should be able to click the link and download the .pdf. A client of mine wants to be able to upload tons of tons of .pdfs for these lists.
Any help is appreciated! My understanding of PHP is very basic, sorry.
edit: (yes, I read the tutorial
http://www.dreamincode.net/forums/showtopic9797.htm, just need to figure out how to make it list those files)
This post has been edited by BlueCube: 1 Oct, 2008 - 10:50 AM