sending long strings in jquery post

前端 未结 1 1923
执笔经年
执笔经年 2021-01-26 15:34

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 H         


        
相关标签:
1条回答
  • 2021-01-26 16:20

    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

    0 讨论(0)
提交回复
热议问题