Hi

I want to append an image page to a HTML page while sending the servlet
output stream

The JSWDK Help, for ServletOutputStream for multipart response reads...

Likewise, to send text data, use the PrintWriter object returned by
getWriter(). If you need to mix binary and text data, for example, if
you are creating a multipart response, use a ServletOutputStream to
write the multipart headers, and then use the headers to build your own
text bodies.

What does this mean? How do I do it? I tried using Multipart Response by
setting the content-type as
"multipart/mixed;boundary=..." and then setting individual MIMEs. In
fact I used MultipartReponse.java written by Jason Hunter, but it doesnt
seem to be working on IE as well as NetScape. Where's the problem? Does
Multipart response work on Tomcat/JSWDK on IE/NS? Any help will be
greatly appreciated

Regards

Satish

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to