Hi, I am having this following code that sets the header "Content-disposition" to "attachment;filename=temp_xyz.csv" that downloads the file to IE without opening it. but when I try to do the same in NS6 it opens the file in the browser window. Remember that this code is in the JSp file that is called by the download button in the previous page.
String sfname="temp_xyz.csv";//File Name response.setHeader("Content-disposition","attachment;filename="+sfname); What can be done to download it in NS6 also? Thanks in advance, Regards, Partha Ranjan Das. ********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. ********************************************************************* ___________________________________________________________________________ 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