Hi there, in my script I'm trying to send an 80KB String via $.post, but somehow I only receive about 4KB of it. It feels like the string is sent via GET, although I use $.post.
I checkd the string in the ajax function before the line "xml.send(data);", and then it was still complete. Any ideas if there is any truncation or if GET is used instead of POST? Thanks for any input, Christoph _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
