aspose file tools
The moose likes Servlets and the fly likes image display problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "image display problem" Watch "image display problem" New topic
Author

image display problem

muntago Richard
Ranch Hand

Joined: Nov 13, 2010
Posts: 75
Good day everyone ,
i used this code to display image from database i jsp


how do i use it in servlet as i have move my image1.jsp to servlet.
i tried using this but it errored

img src=image1?imgid=rs.getObject(1).toString();

The servlet image is working. the problem is from the link
thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: image display problem
 
Similar Threads
how to load an image in a jsp
start stop image
Proble displaying images dynamically in jsp
How to display multiple images in the jsp
Not able to display image from the object retrieved back from the database into the jsp page.