Hi,

There is a byte limit (2048) on the size of a url set in the server configuration (I think specific t IIS but maybe apache too) , if you dont have access to change these you will have to use POST to submit your string.

On 26 Jun 2009, at 11:07, saa...@gmail.com wrote:


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