Posted by David Haynes on 05/26/06 18:46
wylbur37 wrote:
> I have several webpages of HTML code, many of them containing links
> to local files on my harddrive (just like the one show above),
> and they work just fine when the webpage is opened explicitly
> from the browser (and not passed through a local server).
Well... wouldn't this lead you to think about the web server blocking
the access to those files? I bet C:\pictures is not part of the normal
web space for your server. Try a simple page such as:
<html>
<head></head>
<body>
<img src="C:/pictures/xyz.jpg">
</body>
</html>
What do your web server logs tell you?
-david-
Navigation:
[Reply to this message]
|