I have a small mp3 which I want to return from a JSP

I use response.getOutputStream().write() but unfortunately it seems
that the container is later calling response.getWriter() so I get
java.lang.IllegalStateException: STREAM

Any ideas how to allow response.getOutputStream() in a GAE JSP or
alternatively how to write binary data with response.getWriter()

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to