| Author |
problem with downloading XLS file
|
kkalyan kkumar
Greenhorn
Joined: Jul 23, 2008
Posts: 12
|
|
Hi, I did a functionality which allows the user to download an excel sheet which contains the records in the database. When I press DOWNLOAD button in mozilla firefox it works correctly by downloading the excel file (filename.xls). I'm using the following code: response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-disposition","attachment;filename=filename.xls"); But when i press DOWNLOAD button in Internet Explorer6.0 i am unable to download the excel file. It shows filename_html instead of filename.xls help me please, Thanks in advance
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Clearly this is not the right forum, but I'm not exactly sure what the right one is. I don't think HTML so I'm kicking this to Servlets.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: problem with downloading XLS file
|
|
|