PHP写的下载程序,Zip文件下载不完整。
PHP写的下载程序在下载zip文件的时候老是少了约1k的字节。尝试了一些网上的解决方案,在我这里不是很动。最后记得,好像rar格式的能下载完整。一尝试,既然可以下载了。header("Content-Type: application/x-rar-compressed");
header("Content-Disposition: attachment; filename=/"abc.zip/"");
还有一个要点,把header("Content-Length:文件长度");去掉。
以上的代码,在ie8里提示的还是Zip文件。 其他的就没有测试过了。
页:
[1]