Hi,
I am using a
servlet to send an excel file to the browser with the specified name say abc.xls and the browser gives 3 options :
1) open
2) save
3) cancel.
Now when i click open , the browser opens the file in excel like abc[1].xls in IE (6 and 7) and abc-1.xls in Firefox which I dont want . Is there any way to change the append
string i.e. [1].
Or do i have to do client side so have to do all the hard work ?
Thanks