[jQuery] Re Serialize Form
Ok Mike. Thanks for the help.
As I stated in my last email, the use case is an autosave function for
a very large form.
I have a setTimeout call that runs a saveForm function. The form
elements should be serialized and submitted via ajax. The calback
function pops up a little window that notifies the user that the form
has been autosaved. The user interface continues to show the form.
When the user has completed working with the form and presses the
submit button, the form fully submits and the screen hard-refreshes to
another page.
I have all of this working via DWR but I am having trouble with the
serialization in DWR as it uses XML. The form is so large that xml
serialization creates such a large data packet (15KB ) that it is
refused by the webserver.