Hi.
I am trying to create a simple web page that shows a picture sended by IP camera and updated every 10 seconds.
IP camera sends those .jpg pictures to certain folder but every picture has unique filename.
I have found javascript code that updates picture every 10 seconds but it uses same filename.
how i can get the filename of the latest .jpg image (with or without the file extension) in certain folder and pass it to that javascript? or replace also the picture showing part with php?