Dynamically updating a JPG

FluffyBunny

New member
Hi,

Very new to this technology, but I am trying to display a jpg on my home page, which I can update/replace on the fly by just replacing the jpg with a different one of the same name.

I can display the jpg if I reference it with <img alt="" class="some-scale-with-grid" src="/mfc/images/monitor_640.jpg" /> and this displays fine.

But I am developing on my windows PC using Netbeans, and I am running this locally, so I am trying to do something like :-

<img alt="" class="campl-scale-with-grid" src="c:\tmp\monitor_640.jpg" /> but it won't display it. I wanted to do it this way so I can then update / replace monitor_640.jpg on the fly.

Is there a better way of doing what I am trying to do?
 
Top