File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes word file not getting downloaded on Netscape6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "word file not getting downloaded on Netscape6" Watch "word file not getting downloaded on Netscape6" New topic
Author

word file not getting downloaded on Netscape6

vikastarade
Greenhorn

Joined: Jul 14, 2002
Posts: 7
Hi,
I am trying to download a word (.doc) file on server.I used the following two lines of code,
response.setContentType("APPLICATION/OCTET-STREAM");
response.setHeader("Content-Disposition", "attachment; filename=\""+ filename + "\"");
This works fine in IE but for netscape6 I get the file type as .jsp instead of getting .doc, and when I choose to download the file form the existing location it shows some irrelevant data on browser itself.
Can Anyone help me to sort out the problem.
Thanx,
Vikas
 
IntelliJ Java IDE
 
subject: word file not getting downloaded on Netscape6
 
Threads others viewed
word file not getting downloaded on Netscape6
Unable to upload file
jsp
URLEncoding
word doc servlet filename question
developer file tools