| Author |
Error in Attachment file name
|
jim jjoh
Greenhorn
Joined: May 02, 2011
Posts: 5
|
|
Hi below is my code
String fileName="XxxxxxxXxx_Sxxxxxxs.xls";(not real)
response.setContentType("application/vnd.ms-excel");
response.setHeader("Content-Disposition", "attachment; filename="+fileName);
return;
In IE7 the file name is getting appended with some junk charaters.
For IE8 and Firefox it is working correctly.
Did anybody know the reason?
From the trial and error method what I understand is β_S βis causing the problem.
If we change β_Sβ to some other letters or append another letter in the end of filename this issue is not coming.
Is there any work around for this?Did anybody knows the reason for this?
Thanks
|
 |
 |
|
|
subject: Error in Attachment file name
|
|
|