Max length of send() data param on XMLHttpRequest Post
According to the XMLRPC spec, the only real limits are on the size of integers and doubles.
I believe the maximum length depends not only on the browser, but also on the web server. For example, the Apache HTTP server has a LimitRequestBody directive which allows anywhere from 0 bytes to 2GB worth of data.