Scripname download.php
Download name: download.apk which not correct
To fix the issue:
header("Content-Disposition: attachment; filename=\"fast-and-the-furios.apk\"");
header("Content-Type: application/vnd.android.package-archive");
NOTE:
* Besure to put SPACE between attachment; and filename
* Also be sure to quote the filename with double-quote
Content-Disposition: attachment; filename="fast-and-the-furios.apk"
If you want to upload on android try to read this one multipart form upload on android. PS. I did now test his code yet, check in you own either. :)
Happy reading. :)
No comments:
Post a Comment