如何通过配置tomcat或是web.xml让ie直接下载文件

Posted xiaoleiel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过配置tomcat或是web.xml让ie直接下载文件相关的知识,希望对你有一定的参考价值。

web.xml(tomcat\conf\web.xml)中配置了 
<mime-mapping> 
  <extension>txt</extension> 
  <mime-type>application/txt</mime-type> 
</mime-mapping> 

以上是关于如何通过配置tomcat或是web.xml让ie直接下载文件的主要内容,如果未能解决你的问题,请参考以下文章