Hi All,
My application is accessing through apache 2.2 -> weblogic 10.3
I have a page export to excel icon in a page. When i click on the page i get a save dialog popup and there is a filename which i need to get. But i get a servletName.xls.
But when i access directly from weblogic server it is correct. I searched google and came to know that there is setting to be done in the conf file, i have done it but no results.
<FilesMatch "\.(?i:xls)$"> ForceType application/octet-stream Header set Content-Disposition attachment </FilesMatch>
other way is ----------------- <FilesMatch "\.xls$"> ForceType application/octet-stream Header set Content-Disposition attachment </FilesMatch>
Please let me know the solution.
|
Attachment:
Apache2.2 File name format.doc
Description: MS-Word document
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx