JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
165 stars 50 forks source link

APK files are served as zips on Android #119

Closed davwheat closed 3 years ago

davwheat commented 3 years ago

Because APKs are just ZIPs, I think the server might be doing some MIME sniffing and sending it as a zip, overriding the file extension on some Android devices.

Works fine for me on Desktop, but my phone downloads it as xxxx.apk.zip.

APKs should be served with the MIME type of application/vnd.android.package-archive.