| 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
|
 |
 |
|
|
subject: word file not getting downloaded on Netscape6
|
|
|