How can we send a large size of data (>2038 char) from client to Server using ajax?

Posted by Dilip on Stack Overflow See other posts from Stack Overflow or by Dilip
Published on 2010-03-15T23:57:00Z Indexed on 2010/03/15 23:59 UTC
Read the original article Hit count: 146

Filed under:
|
|
|

How can we send a large size of data (>2038 char) from client to Server using ajax?

I like to send an array of key-pair values of size more than 10KB. I am currently using cookies, is there any other prefered way by which we can send it through an Ajax Call.

© Stack Overflow or respective owner

Related posts about send

Related posts about data