Hello.
Just wanted to ask if anyone here had a problem like the one we're having in our server now. The thing is, when we send large volumes of data through POST (in a php form for example) some problem happens and the data isn't sent.
We have this form, that have something around 200 input texts . We can't send these 200 fields at once because of this problem but,for example, if we try to send only 50 fields everything works out just fine. So, our first guess was that the server limited this POST somehow, but we checked in the config files and the parameter that control this is set on 'unlimited'.
Also, we have a pagination in one of our systems that only work if the number of pages is low. Too many pages cause the php code to stop working properly. Again, i believe this is somehow connected to the POST size problem.
So, anyone knows some other cause to this? Or had this problem and know a solution or workaround?
Thanks.
Just wanted to ask if anyone here had a problem like the one we're having in our server now. The thing is, when we send large volumes of data through POST (in a php form for example) some problem happens and the data isn't sent.
We have this form, that have something around 200 input texts . We can't send these 200 fields at once because of this problem but,for example, if we try to send only 50 fields everything works out just fine. So, our first guess was that the server limited this POST somehow, but we checked in the config files and the parameter that control this is set on 'unlimited'.
Also, we have a pagination in one of our systems that only work if the number of pages is low. Too many pages cause the php code to stop working properly. Again, i believe this is somehow connected to the POST size problem.
So, anyone knows some other cause to this? Or had this problem and know a solution or workaround?
Thanks.
Last edited: