maximum size for post method

aviovda

New Member
Hi
I am facing a problem in witch when i submit a form with huge ammount of data, i dont get a response from the server, the server is on unix platform.

is there is a way to handle this issue.

thank you

Avi o.
 

lee.bourne

Member
Depending on the browser used I've found that the maximum limit can be around 20000 characters. When I hit it it was because I was submitting a form with thousands of numbers so I ended up just converting them to hex first which reduced the size. You don't say what your form contains. Could you upload a text file instead?
 

aviovda

New Member
Hi lee
Your answer explained nicely the problem, i am sending more then 20000 character.
i will consider converting them to hex .
Thank you very much.
 
Top