![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
A solution i found is : - to define both the content-type and Content http://download?[params]&thefilename.xls-disposition *without the filename option* : res.setHeader("Content-Type","application/msexcel" ); if the file name is a concern, you may try a hack that works for php file on apache : http://server/script.php/param=val/file.xls Btw, i wonder what the hell M$ developers smoke? Content-Disposition behavior is described in RFCs. Leo
Replies: |
Sponsored Links
|