php readfile download 下载出现1kb,该如何处理
程序员文章站
2022-06-08 07:53:22
...
php readfile download 下载出现1kb
header("Content-type: application/$kind");
header("Content-Disposition: attachment; filename=$filename");
readfile($requireurl);
为什么 我用以上代码下载 文件都是 1kb呢 ?
allow_url_fopen = On已经 设置了
------解决方案--------------------
header("Content-type: application/$kind");
header("Content-Disposition: attachment; filename=$filename");
readfile($requireurl);
为什么 我用以上代码下载 文件都是 1kb呢 ?
allow_url_fopen = On已经 设置了
------解决方案--------------------
相关文章
相关视频