Paul Clapham wrote:My guess: the "image path" is the file path on the server. This of course is useless on any computer except the server; but if your browser is running on the same machine as the server, a link using the file path might actually work in some browsers.
Bear Bibeault wrote:Then I'm really confused. If the image is in the DB, then why does your code use a file path to show it?
Bear Bibeault wrote:Using a file path will not work anywhere else but on your computer. Is that what you want?
olivier dutranoit wrote:
you only need to do this if you actually send an image on byte level...but this is not the case in here...
maybe this could be the problem?
olivier dutranoit wrote:Actually, this has nothing to do with servlet or jsp...
but pure HTML...and very strange that it works in only in IE...
what is the final html code of your image tag?
Check the path where you are (the url), the path in your src attribute, and check if it is actually right what you are doing...