I have a problem when I tried to send my form using post, the problem is that I have a very extensive form so when I send my info I recived a message that said something like "You are exceeding the limit of files you can send" this problmen was solved changing the mas numbers of files in php.ini at least in localhost this works fine, but when y send the same form in my siteweb my request post is diying because I'm sending too many inputs and files, my request is processig with ajax but the big problem is that maybe my users whats to send more than 20 files or even more, so how can I handled this?
this is and example of my form: