0
upload apk
How can I upload Apk file to my website
2 Answers
+ 4
Since you included Wordpress in the tags, I assume you want to upload a .apk to a Wordpress site. In that case you simply have to add a function so that your site supports that type of files:
http://www.wpbeginner.com/wp-tutorials/how-to-add-additional-file-types-to-be-uploaded-in-wordpress/
http://abiliocaetano.com/how-to-allow-upload-of-apk-files-in-wordpress/
+ 1
Thank you so much âșïž