You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Petr Suchomel <ps...@itsignet.cz> on 2000/02/11 10:29:19 UTC

Binary output stream in JSP

How to get BinaryOutputStream in JSP?

I need to output gif/jpg pictures in JSP page

Petr Suchomel

Re: Binary output stream in JSP

Posted by MANDAR RAJE <ma...@pathfinder.eng.sun.com>.
Petr Suchomel wrote:
> 
> How to get BinaryOutputStream in JSP?
> 
> I need to output gif/jpg pictures in JSP page
> 
> Petr Suchomel

I don't think you can. JSP pages are meant for
passing HTML (and XML) data. When you want to
pass images around, it is better to use Servlets.

Mandar.