Hello, Wyodor. How is everything in Dordrecht?
When I visit the sites that you and Alan515 mention in your posts, both Safari and Firefox lock up, requiring a forced quit.
Maybe you can help me try a different approach. I use Evocam to upload images from my Panasonic webcam on a specified interval (refresh rate). The filename assigned to each image is "webcam.jpg" and the images are deposited via ftp to the same directory on my hosting company's server as the web page where I want the image to appear.
A sample HTML file is supplied with Evocam for displaying - and automatically refreshing at a specified interval - a webcam image:
<HTML>
<META HTTP-EQUIV="refresh" CONTENT="60">
<META HTTP-EQUIV="expires" CONTENT="0">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<HEAD>
<TITLE>EvoCam Example Page</TITLE>
</HEAD>
<BODY>
<CENTER>
<SMALL>
Powered by
EvoCam
</SMALL>
</CENTER>
</BODY>
</HTML>
Note that where you see the familiar white question mark on a blue background in the sample code, above, there is actually this line: IMG SRC="webcam.jpg" (with the surrounding left and right arrows; I can't include them in this post).
I posted that code into a snippet and the Evocam promo text appears on the published web page. It refreshes at the specified interval (60 seconds in this case), but the image (webcam.jpg) does not appear. Instead, I see the aforementioned question mark.
Any ideas what I'm missing?
Message was edited by: Brian Shaw3
Message was edited by: Brian Shaw3
Message was edited by: Brian Shaw3