You are looking for something called multipart requests.  They are
described in: http://www.ietf.org/rfc/rfc1867.txt .  You want to open that
up in your browser's view source to see it correctly.  The mime type is
multipart/form-data.  There is supposed to be an utility class named
MultipartRequest from someone at Oreilly and assoc at:
http://www.servlets.com/resources/com.oreilly.servlet/ .  Example 4-17
describes the use at:  http://www.servlets.com/jsp/examples/ch04/index.html
.
--Angus Mezick

Christian Ruess wrote:
>
> I would like to force a client to open a download window when a specific
> URL is
> pressed.
> What MIME type do I have to send to the client to do this?
>
> Thanks for any hint -
> Christian
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to