Debopam Ghoshal wrote: > Hi All, > Can anyone please let me know what are the different content type settings > available. Actually i want to force the user download an xml file > instead of > it opening in the browser.
Well, if the browser is able to accept and render an XML document there is no reason for a download dialog to be triggered. Changing the MIME to achieve that is really wrong IMHO. Try compressing it to a binary format instead (ie .zip). Manos =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
