I would like to dump them into a file or database so that I can pull the last
5 files according to date created and display them on the webpage automatically.
I could then have an upload page so that the files can be uploaded and I won't
have to constantly keep updating the display page.
Can you advise me on how I might do this?
I don't see anyway to store this type of data in a mySQL database
so how do I create this setup? Do I store file paths?
Kevin