Hello,
I'm trying to create a script that shows files is a set directory. These files are listed as links.. and when clicked will let the user download that file.... for example:
If I have a directory called /images/
and in that directory there are the following files:
img1.jpg
img2.jpg
img-collection.zip
I would like the script to list the files on the page like so:
img1.jpg -- Download
img2.jpg -- Download
img-collection.zip -- Download
Thanks in advance for the help..