Skip to content Skip to sidebar Skip to footer

Sending Long Strings In Jquery Post

I am not able to send long strings (more than 96 char. Tested in FF12 and Chrome 18) in jquery post method. My servlet is - public class TestServletAsh extends HttpServlet{ pro

Solution 1:

May be your webserver i.e. Jboss could be the issue. You can look into changing server config parameters

Try setting maxPostSize = 0 in conf/server.xml file

Post a Comment for "Sending Long Strings In Jquery Post"