Re: gone MAD with servlet / xls download on winXP

2006-01-17 Thread Szczepan Faber
re > sending, if any. Some versions of IE incorrectly delete the downloaded > file before trying to open it in an external application if told not to > cache it. The only work around I'm aware of is to not send cache control > headers in this case. > > L. > > Szczepan Fa

Re: gone MAD with servlet / xls download on winXP

2006-01-17 Thread Szczepan Faber
l" and it seems to work OK. You > might try that in your environment. > > > -----Original Message- > > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 17, 2006 7:59 AM > > To: user@struts.apache.org > > Subject: gone MAD with se

gone MAD with servlet / xls download on winXP

2006-01-17 Thread Szczepan Faber
Hi, I made nice servlet (Struts action actually) that downloads xls (or opens - depends what the users chooses). headers: response.setHeader("Content-Disposition", "attachment; filename=report.xls"); response.setContentType("application/vnd.ms-excel"); works on win2k perfectly. I click a downlo