当我使用链接<a href="test.apk">download</a>
时,结果下载确定
但是当我使用表单提交时出错
这是代码:
<a href="download.php">download</a>
在download.php
我使用代码
...
header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Content-Type: application/vnd.android.package-archive");
header("Content-Description: File Transfer");
header("Content-Disposition: attachment; filename='test.apk';" );
readfile('test.apk');
...
点击下载时,test.apk
自动转换为test.zip
(我使用的是Android 2.3),如何解决?
答案 0 :(得分:0)
mime类型发生此错误: 要纠正此错误,请在.htaccess中添加此代码
AddType application/vnd.android.package-archive