Hi,
The using the GET command with ajax works fine. Using POST only works if the data being retrieved is less than ~2400 bytes, otherwise it will be stuck in readyState = 3 and hang there.
It's is driving me nuts. I would like to fix this rather than rewrite all the ajax code to use GET instead...
Any thoughts?
The using the GET command with ajax works fine. Using POST only works if the data being retrieved is less than ~2400 bytes, otherwise it will be stuck in readyState = 3 and hang there.
It's is driving me nuts. I would like to fix this rather than rewrite all the ajax code to use GET instead...
Any thoughts?
Comment