<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Viewing uploaded photos on a web page]]></title><description><![CDATA[<p dir="auto">Hi, I am trying out Security Monitor Pro at the moment and it looks quite useful. I have uploaded photos to my website. Do you have a template html file that I could use to see and play the photos or can you advise how to write a simple index page for this purpose?</p>
<p dir="auto">Thanks, Martin.</p>
]]></description><link>http://nodebbtest.deskshare.com/topic/22070/viewing-uploaded-photos-on-a-web-page</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 19:57:30 GMT</lastBuildDate><atom:link href="http://nodebbtest.deskshare.com/topic/22070.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Oct 2010 21:33:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Viewing uploaded photos on a web page on Sat, 20 Nov 2010 16:29:34 GMT]]></title><description><![CDATA[<p dir="auto">You can use <a href="https://www.deskshare.com/video-surveillance-software.aspx" rel="nofollow ugc">Security Monitor Pro</a> to FTP photos to your webpage and provide a 'live' view of your cameras.</p>
<p dir="auto">Here is a sample HTML and Javascript page that will show a updated camera image every 30 seconds:</p>
<blockquote></blockquote>
<p dir="auto">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Sample Security Monitor Pro Camera Photo Page&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;img src="camera1.jpg" width="320" height="240" border="1" name="refresh"&gt;<br />
&lt;script language="JavaScript" type="text/javascript"&gt;<br />
&lt;!--<br />
var t = 30 // interval in seconds<br />
function Start() {<br />
document.images["refresh"].src = document.images["refresh"].src+"?"+Math.random()<br />
setTimeout("Start()", t*1000)<br />
}<br />
Start();<br />
// --&gt;<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p dir="auto">You will need to change the name of the image using the folder and filename you have defined in the Security Monitor Pro FTP settings.  Change the value of t to the number of seconds between image updates.  Try using a refresh interval that allows enough time for the image to be captured and sent by FTP to your web server.</p>
]]></description><link>http://nodebbtest.deskshare.com/post/35506</link><guid isPermaLink="true">http://nodebbtest.deskshare.com/post/35506</guid><dc:creator><![CDATA[DeskShare_-_Support]]></dc:creator><pubDate>Sat, 20 Nov 2010 16:29:34 GMT</pubDate></item></channel></rss>