On my site I pass some files by the post method to then treat those files and add them to the database, when I run in the localhost of a message:
POST Content-Length of 20314466 bytes exceeds the limit of 100 bytes in Unknown.
But I change this variable in xampp's php-ini and I can solve the problem, when I run this on the hosting server, I can not increase the POST size limit very much, so it does not send and it does not show any error in the screen, or if I test with 1 file, in the case 1 photo, it takes almost a minute and executes correctly, with 5 photos or more it does not run and does not show any errors on screen.
If I can not increase the POST size limit on the Umbler server, what alternatives do I have to pass up to 10 images by the PHP POST method?