I would like to write some code that would allow me to have a file requester, so I can click on a file, and then have the filename captured so i could store it in a database table.
Is there anyway to do that in PHP, and if so...how?
If a file requester can't be opened, then is it possible to have php read in all the filenames in a folder and store the filenames in an array or something, so i could then store those in the database?