Perhaps you may want to look at jspupload -----Original Message----- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:49 AM To: Tomcat Users List Subject: Re: BLOB FROM JSP PAGE
> 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. Your JSP needs to output an IMG tag with a 'src' that points back to your application as another GET that will then return the image of interest., generally from a simple servlet that sets the content-type to image/gif or whatever the image format is. David -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
