I’ve just setup my new webcam, and wanted to create a little website where there’s an image that got updated every 2 seconds.
I downloaded a little program (pjWebCam) to capture an image and save it every 2 seconds to a locally mapped drive (W:). This mapped drive is actually a folder in my file-structure on my webserver (6.0.1) and I’ve created a little page that use a Java applet to refresh the picture every 2 seconds…
Heres the problem:
The picture dosn’t change. I know that the webpage resfreshes, and I know that the JPEG file gets overwritten with a new one every 2 seconds (using a pictureviewer I can see that it changes).
I believe that the problem is in the Image and File cache on the Domino server. I’ve tried to change the ‘Maximum cache size’ from the default 50 Mb to 0 Mb. This didn’t help… The picture still dosn’t update. Not even when I make a forced browser refresh (CTRL+F5 in IE).
I’ve tried what you suggested, but it still dosn’t seem to work. If I close my browser, and start it again, it loads the newest picture, but when the applet refreshes the image, its the same that’s loaded (eventhough it been replaces with a newer).