Hello all - I'm very new to web development so please forgive any tech mistakes I might be making ahead of time.
I have a program that writes an image file to disk every 5 secs. It's the same image file. So for example, the file image1.jpg is overwritten every five seconds with new data.
I would like to write a web page around this image such that the image automatically updates itself without the user having to refresh the page.
I'm assuming that AJAX might be the way to go, but I might be totally wrong.
Does anyone know how to do this?
Many thanks in advance
I have a program that writes an image file to disk every 5 secs. It's the same image file. So for example, the file image1.jpg is overwritten every five seconds with new data.
I would like to write a web page around this image such that the image automatically updates itself without the user having to refresh the page.
I'm assuming that AJAX might be the way to go, but I might be totally wrong.
Does anyone know how to do this?
Many thanks in advance