没问题啊。不知道楼主是如何作的。
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
</title>
</head>
<body>
<table><a href = "c:\test.zip">下载</A></table>
</body>
</html>

解决方案 »

  1.   

    application server没设好,不要把rar设成text/html,具体根据不同服务器看不同手册
      

  2.   

    我的是resin3.08+iis应该怎样配呀
      

  3.   

    在web.xml文件中(此文件在WEB-INF目录下,resin3的其它目录可能也有,改其中一个就行),如果文件中有与下面相似的部分,照它改过来
    如果没有在<welcome-file-list>之前或在</web-app>之前加上
        <mime-mapping>
            <extension>rar</extension>
            <mime-type>application/rar</mime-type>
        </mime-mapping>