Hey,
i want to share .apk-files, but i get error: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
But the link is ok, i can download the file direct.
I added to Download.php:
case 'apk': return 'application/vnd.android.package-archive';
but it dors not work..
pls help!