我在从我们的网站提供下载时遇到问题。大文件不会完整下载。下载将在两者之间停止...示例此文件(大小 cca 172MB)不会以全尺寸下载(还有其他文件)。
我从 Kohana 框架中包含的完全基于 PHP 的下载脚本切换:
return download::force($filePath);
到 mod-xsendfile 解决方案。我正在阅读基于 PHP 的下载脚本和大文件可能存在的问题,而 mod-xsendfile 上的 cam 是正确的解决方案……看起来不像,我用这两种技术得到了相同的结果。我当前使用 mod-xsendfile 标头的下载实现如下:
header("X-Sendfile: $filePath");
header("Content-type: application/octet-stream");
header('Content-Disposition: attachment; filename="' . basename($filePath) . '"');
我究竟做错了什么?
更新:
我使用这个 HTTP 嗅探器来检查响应头,如果它有助于解决这个问题,这就是结果。
Status: HTTP/1.1 200 OK
Server: Apache
Set-Cookie: dewesoftsession=63ms5j67kc231pr4bpm8cmg1f7; expires=Sat, 30-Mar-2013 11:36:59 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: dewesoftsession=63ms5j67kc231pr4bpm8cmg1f7; expires=Sat, 30-Mar-2013 11:36:59 GMT; path=/
Content-Disposition: attachment; filename="DEWESoft_FULL_7_0_5.exe"
Last-Modified: Mon, 24 Sep 2012 12:50:12 GMT
ETag: "25814de-ac291e9-4ca7207c7fcd9"
Content-Type: application/octet-stream
Content-Length: 180523497
Date: Sat, 30 Mar 2013 09:37:01 GMT
X-Varnish: 294312007
Age: 2
Via: 1.1 varnish
Connection: close
X-Varnish-Cache: MISS