gpt4 book ai didi

php - IE9 中的 "This type of file could harm your computer"消息

转载 作者:搜寻专家 更新时间:2023-10-31 22:16:00 24 4
gpt4 key购买 nike

<分区>

为什么我直接链接 *.exe 文件如下:

<a href="http://download.domain.com/setup.exe">Download setup</a>

我没有收到 IE9 消息:“这种类型的文件可能会损害您的计算机”,而使用以下 PHP 文件服务方法时,消息会弹出?

header("Content-type:application/octet-stream");
header("Content-Disposition: attachment; filename=setup.exe");
readfile("http://download.domain.com/setup.exe");

谢谢。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com