I have an FTP site where i upload jpgs from a webcam program. In this case I can identify the pictures to display on my website using their explicit name since the webcam program provides cascading naming when using FTP. I now have a need to FTP pictures where a DVR forces date stamped file names.
How can I specify a generic picture display in HTML code? For example, "show me the most recent picture" in a directory. And then "show me the next picture".
I currently use HTML code such as "
Is there a way to change this to provide me the "show me the most recent picture in a directory"?
Thanks
How can I specify a generic picture display in HTML code? For example, "show me the most recent picture" in a directory. And then "show me the next picture".
I currently use HTML code such as "
Is there a way to change this to provide me the "show me the most recent picture in a directory"?
Thanks
Comment