Display image problem in firefox code in jsp and servlet
967350Nov 16 2012 — edited Nov 16 2012Hi sir,
I am developing an web application with servlets and jsp. I have an issue to store images. I am storing images in folder and their relative path's in mysql database.
when I retrieve path from database then using <IMG> tag i have displayed image like:
out.println("<td><img src="+user.getPlaceImage()+" width='70' height='50' /></td>");
It is working fine with internet explorer but not working (that is Not displaying image) in chrome/mozilla.
How to display that image in all browsers....
please reply me as soon as possible.
Thanks in advance..