Bogdan Ghidireac wrote:
>
> Hi,
>
> I am trying to send a mp3 file from my JSP but it is not working well
> beacause the "out" is a PrintWriter .
>
> Is it possible to send raw data from JSP ?

Nope, that's not what JSP is for.  Use a servlet.

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to