| Author |
Sending image from servlet using standard java io
|
Inderpal Singh
Greenhorn
Joined: Dec 05, 2005
Posts: 2
|
|
Hi All, I want to send an image (gif file) from servlet to client browser using standard java io. I have a file object with me, which is nothing but a complete path of image. I am setting the contentType to image/gif and have tried so many things but didn't get through. So thought of writing in the forum. I would appreciate if someone provide me answer for the above question as it is little bit urgent. Thanks in advance! Cheers, Inderpal Singh
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
Check out this example of sending image data kindly provided by Ben Souther. Bill
|
Java Resources at www.wbrogden.com
|
 |
Inderpal Singh
Greenhorn
Joined: Dec 05, 2005
Posts: 2
|
|
Thanks Bill. I will try and post if I face any problems..... Regards, Inderpal Singh
|
 |
 |
|
|
subject: Sending image from servlet using standard java io
|
|
|