I am unable to figure out how to make sure my webcam page (Index of /webcam) displays the most current image. I always have to reload the page before I see the correct image. I added:
<meta http-equiv="expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
but it doesn’t seem to work. How/where should the code should be inserted into the code? Is it possible my browser is ignoring the statements I added and caching the page and that’s why I don’t see the correct image?
wxwebcam.php.txt (2.92 KB)