
php header("Content-Length: 下载获取文件长度的问题
ob_clean();flush();header("Content-Type:application/force-download");header("Content-...
ob_clean();
flush();
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=\"".$title."\"");
header("Accept-Ranges: bytes");
header("Content-Length:".$filesize['1']);
readfile($url);
exit();
程序代码 为什么在本地测试可以显示共多少KB。。上传到服务器上就不能获取了。。都是一样的代码呀。。。 展开
flush();
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=\"".$title."\"");
header("Accept-Ranges: bytes");
header("Content-Length:".$filesize['1']);
readfile($url);
exit();
程序代码 为什么在本地测试可以显示共多少KB。。上传到服务器上就不能获取了。。都是一样的代码呀。。。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询