Hello,

I have been trying to download a file with option,
setContentType (text/csv)... Works with IE, however does not work with Netscape 4.x, 
6.0(gets the output on the browser with 4.x, nothing happens on 6.0).

So far, I have tried these options :
1. setContentType (application/unknown), (*/csv)
2. resp.setHeader("Content-Disposition","attachment; filename=fName;");

Does it matter if it is http or https for this to work on netscape.

I am running out of ideas... Please help me out.

Raghu

___________________________________________________________________________
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