[jQuery] Parameters truncated after $.post

[jQuery] Parameters truncated after $.post

How is your data parameter formatted in the $.post call? It should be an
object of key/value pairs rather than a request uri string like
'key=value&key2=value2'.
m.
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Christoph Baudson
Sent: Thursday, November 30, 2006 8:23 AM
To: jQuery Discussion.
Subject: [jQuery] Parameters truncated after $.post
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
discuss@jquery.com
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/