Is it any limit for POST data size in Ajax?

前端 未结 6 1592
小蘑菇
小蘑菇 2020-11-28 09:41

I\'m trying to send an array of data from my page to the MVC Action using jQuery Ajax. Here is my jQuery code:

$(\'#btnSave\').click(
  function () {
    res         


        
6条回答
  •  旧时难觅i
    2020-11-28 10:44

    JSON has a maximum length! I need to increase this value. In web.config add the following:

    
      
    
    

提交回复
热议问题