php - 下载文件已损坏
巴扎黑
巴扎黑 2017-04-10 13:10:30
0
2
448

用php做的下载系统,图片、doc等损坏看不了,而txt则在它本来内容的前面多出一下内容:
<pre>array(1) {
[0] =&gt; array(3) {
[&quot;id&quot;] =&gt; string(1) &quot;3&quot;
[&quot;filename&quot;] =&gt; string(17) &quot;4f3e434d7f57e.txt&quot;
[&quot;uptime&quot;] =&gt; string(19) &quot;2012-02-17 20:08:45&quot;
}
}
</pre><pre>string(17) &quot;4f3e434d7f57e.txt&quot;
</pre><pre>string(33) &quot;./public/upload/4f3e434d7f57e.txt&quot;
</pre>

是编码问题吗?

巴扎黑
巴扎黑

reply all(2)
左手右手慢动作

哪的debug信息没删吧

黄舟

搜索代码中的var_dump,然后注释掉!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template