Hi i want to show an image in my jsp page. i DON'T want to user the image's address (on the server's hard disk) and i want to get it directly from db and set it to the form or something....
i also don't want to user ServletOutputStream outStream = response.getOutputStream(); because it opens the image in a new page or it wants to download it. is there a way to send the image directly to src attribute of the img tag ? -- Reza Ghaffaripour www.rezaghp.com