Can you give us a sample page? I occassionally find bizarre problems like
this cropping up because of code that appears completely unrelated.

Blair

On 12/1/06, Christoph Baudson <[EMAIL PROTECTED]> wrote:

Hi Matt,

that's exactly how I did it. An object like
{name1:value1,name2:value2,...}

Any other ideas?

Christoph

On Thu, November 30, 2006 6:36 pm, Matt Grimm wrote:
> 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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/
>



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to