Hi

I am trying to send with getJSON a very long string as parameter:

$.getJSON("/ajax.php",{id:myid, thetext:mytext},myAjaxResult)
where "mytext" - is value from my fckeditor.

If "mytext" value is not so long, everything is going fine, but if it
become a very long, getJSON doesn't work.

How can I solve this question?

Reply via email to