Question
Help needed displaying images in file
I have a directory of photographs that I wish to display one
in a main folder and one in a folder called thumbs. Now there will
always be a thumbs counterpart to the original image so for example
I would like to display it:
<a href="123.jpg"><img src="thumbs/123.jpg"><br />123.jpg</a>
How can I have cold fusion cycle through files in a directory and do this for me?
<a href="123.jpg"><img src="thumbs/123.jpg"><br />123.jpg</a>
How can I have cold fusion cycle through files in a directory and do this for me?
