FTP - Image not updating

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
vipwoody
Posts: 2
Joined: Mon Nov 26, 2007 8:24 pm

FTP - Image not updating

Post by vipwoody »

Hello,

I am new to Yawcam, it is an amazing piece of software.
Anyway, I am having some problems. I edited the setting of the FTP in the software to automatically update a picture called "webcam1.jpg" on my server and then show it on an html file on my website.

When doing all that, I noticed that the picture is not updating even though the page is updating every 10 seconds. I then sent the link to some of my friends and they saw the picture but with another time frame.

The conclusion, I can only see the first picture only and then it stops updating.
Please help me figure it out.

Here is my HTML code.
What do you think is the problem?
Thanks in advance.


<html>
<head>
<title>xxxxx's Webcam</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv=Refresh content="10">
</head>

<body>
<div align="center">
<p><strong><font size="5" face="Verdana, Arial, Helvetica, sans-serif">My webcam!</font></strong> </p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">(Reloads every 10:th second...)</font></p>
<p><img border="0" src="webcam1.jpg"></p>
<p><a href="http://www.xxxxxx.com" target="_blank"> <font face="Verdana, Arial, Helvetica, sans-serif">www.xxxxxx.com</font></a></p>
</div>
</body>
</html>
Post Reply