Hi All,
I have one string variable of length of approximately 2000 characters which I am sending to the browser through URL from javascript. But the browser does not accept the string more than length of 1800 characters. I cant send the string in chunks, I want to send it one go itself. So please let me know if anyone of you is having any solution.
Thanks for any help.
I have one string variable of length of approximately 2000 characters which I am sending to the browser through URL from javascript. But the browser does not accept the string more than length of 1800 characters. I cant send the string in chunks, I want to send it one go itself. So please let me know if anyone of you is having any solution.
Thanks for any help.
Comment