在Mozilla中下载excel时出错

时间:2012-09-25 16:16:46

标签: java jsp

我在Mozilla中打开excel文件时遇到错误。它在IE中运行良好。我有以下代码:

String file="abc.xls";
            response.setHeader("Content-disposition:", "attachment; filename="+file); 
            response.setContentType("application/vnd.ms-excel"); 
            response.setCharacterEncoding("UTF-8"); 

请建议如何解决此问题。

请帮忙。

1 个答案:

答案 0 :(得分:0)

您需要更新Firefox配置文件并编辑“插件MIME类型”信息才能处理此类文件。

检查这些页面:

http://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data

http://support.mozilla.org/en-US/kb/set-how-firefox-handles-different-file-types