Uploading APK file

Permalink
I have a mobile app APK file which I would like to share with users of my site. Could anyone tell me how I would upload this ?

 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
It depends on how large of a file it is. You may have some limitations on how big of a file you can upload. If it's only a few megabytes, you should be good.

You will need to allow the file type to be uploaded. To do this, go to System and Settings in the dashboard. Under Files, go to "Allowed File Types". Add APK to the list and save. Now, you should be able to upload the file via the File Manager.

Then, on the front-end, you can use the File block to allow for downloads.
cowan replied on at Permalink Reply
Thank you.
That's very helpful.