Hi all,

I've been pulling my hair out today trying to get this to work. I have
a large form of data that needs to be sent back to it's home server
when a user triggers an action. Using getJSON, I am able to post the
data successfully back to the home server. However, when I try and
replace this with POST instead (in order to get around data size
limitations) nothing at all happens. I can see no activity at all in
my log files or console. If I move the client page on to the same
server as the home server, then an XHR request is fired and data once
again flows.

Anyone know what jQuery treats GETs different to POSTs in this sense,
and how to work around it?

Thanks
Simon

Reply via email to