Re: Image Source in a html, pointing to a Servlet.
Posted By:
faisal_parwani
Posted On:
Monday, April 16, 2001 10:10 PM
when we are giving img src url as physical url its mean
that image is already presented on that url and it just
fetches that img file,
while in servlet image is either created or read fro m some
source, and send to the browser as stream.
Here in your code i could not able to uner stand how image is
read from database.
that blob data should be converted into gif first and then
should be send to browser.
for image conversion u can search an gif encoder.