{Solved} send huge pararmeters information from jQuery using $.getJSON(url, function(e)); and $.fileDownload();
Hi All,
Could anyone provide me inputs how to send huge information in request using $.getJSON()
i resolved this kind issue in another scenario with $.ajax{ by adding
data: parameters};
i tried to using,
$.get(, $.post(, $.postJSON(, $.getJSON(url, parameters, function(e){
}, "JSON");
While taking the values to next level, it's been struck in Jquery for maintaining this large data.
Help me to, How can i resolve this..