I am using AJAX to send requests to doPost method.
When I add large amount of data to the request, I cannot get the request in the Servlet class. The page just hangs without causing an error.
If I send less data with AJAX request,its working fine.
Any help is appreciated.