No, JSPs have text only output.  You will need to use a servlet and
response.getOutputStream to send images (or other BLOBs).

        Randy


> -----Original Message-----
> From: Mehmet Ugur Kuzu (LinkPlus) [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 24, 2002 11:26 AM
> To: '[EMAIL PROTECTED]'
> Subject: BLOB FROM JSP PAGE
> 
> 
> Hello,
> 
> Is there a way to display images from database blob fields 
> within only  jsp,
> i know that it is impossible because of you can not handle an another
> outputstream 
> within jsp.  
> 
> But this is a very critical for our application design.
> 
> sincerely ,
> Ugur
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to