Hi I am trying to view an image of something in a servlet using the
Input/OutputStream classes and the methods but am encountering some
extreme problems in doing so. Can anyone/anybody please help me with
this? Thanx.
jcsnippets.atspace.com - 24 Mar 2006 23:01 GMT
> Hi I am trying to view an image of something in a servlet using the
> Input/OutputStream classes and the methods but am encountering some
> extreme problems in doing so. Can anyone/anybody please help me with
> this? Thanx.
I'm not quite sure what you are trying to accomplish here - are you trying
to display an image using a servlet?
If so, did you set the correct mime type before you returned the image data?
Best regards,
JC
--
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks
Alex Hunsley - 25 Mar 2006 02:25 GMT
> Hi I am trying to view an image of something in a servlet using the
> Input/OutputStream classes and the methods but am encountering some
> extreme problems in doing so. Can anyone/anybody please help me with
> this? Thanx.
Unless you post a better description of your problem, probably not. And
some sample code wouldn't harm things either!
(Hint: what are 'extreme problems'? What happens? What did you expect to
happen?)