【发布时间】:2018-03-20 08:31:21
【问题描述】:
当我的客户从我的网站 (ravens-hangar.tk) 下载 rar 时,会弹出一个大脚本。需要帮忙!?提前致谢!
.download {
width: 120px;
height: 30px;
font-size: 20px;
text-align: center;
background: #35424a;
border: none;
color: white;
}
<td><img src="img/template7.png" alt=""><a href="repaints/ma.rar" download="ma'"><button type="button" class="download">Download</button></a></td>
【问题讨论】:
-
“弹出的大脚本” ??请解释一下,我们什么也没看到
-
查看图片
-
这显然是rar文件的内容。
-
如何解决下载文件不打开文件?
-
您的服务器必须在 HTTP 响应中设置正确的
Content-type标头,以便您的浏览器知道如何处理数据。