|
I'm submitting a form containing a textarea with 1500 characters.But I'm getting browser error page (Internal Error Page can not be displayed).I think the problem is the form field values are getting appended as query string in the url even though form method is post.
Can anyone tell me how to solve this........
|