Today I faced a problem, when i was using AJAX for saving data from a page. But I was getting always script error. But I could not find out , what was the problem . After sometimes, I got the problem. The problem was ajax can not submit more than 2KB data.
Then I break out the data and send those data by using multiple ajaxing. And then that was working fine
Advertisement