Hi
I am using ajax technique to get html formatted data from response.Is any size limit in response?
I meant what would be maximum size of data we can return in response of ajax call.
Hope it make some sense.
Hi
I am using ajax technique to get html formatted data from response.Is any size limit in response?
I meant what would be maximum size of data we can return in response of ajax call.
Hope it make some sense.
Love is physical attraction and mental destruction
Don't know if this will help or not....JAVASCRIPTS :: AJAX Response Data Size Limit
Hey @RR
I am facing same problem but in above link i m not able to find any solution.
Love is physical attraction and mental destruction
hey guys in ajax's response I am getting truncated data.I am returning large amount of data.How to resolve this truncation issue?
Love is physical attraction and mental destruction
sounds like "core behavior" of the browser itself.
I would look into "paging" solution: divide your data to several pages/chunks
and along with the data send another argument saying either there are more
chunks to come or not, meaning that's all the data.
not very simple to implement but possible.
Shad currently it's working.If in near future I will face any problem abt truncation in that case I will give a try what you have suggested.
Thanks a lot
Love is physical attraction and mental destruction
Bookmarks