displaying images on a network wite firefox
August 26, 2005 8:13 AM
Subscribe
Is there anyway to get firefox to display images located on my office's network?
I run a little web app off of apache, located on my workstation (so my page's path is something like c:/apache/index.php). I'd like to be able to display images that exist on the network.
<img src="j:/whatever/blah.gif"$#60; works just fine with IE, but I as far as I can tell firefox won't show them.
Are there any extensions that do this? Or any hacks that fall short of using PHP to copy the images off of the network and store them in a sub directory of c:/apache/? Or maybe it's I'm just using the wrong syntax?
posted by miniape to computers & internet (8 comments total)
file:///j:/whatever./...
posted by gus at 8:20 AM on August 26, 2005