How to upload apk files to input file in HTML/PHP
When I upload any apk files that are bigger than 16MB to <input type=‘file’>
(within <form action=“” method=“post”>
) and hit the submit button the web just load for some bit then refreshes the page and resets every datas that are put into the other inputs earlier as if nothing happened.
Or we can say this in another way, how can I make the form to be able to transfer big sized files such as apks.