On Dec 11, 5:31 pm, Christoph <christoph.bursc...@gmail.com> wrote:
> but now I have a file upload field
> that complicates things.
It doesn't complicate: it simply eliminates the XmlHttpRequest out of
options - it has no access to type=file fields so it's not able to
submit them. So use more universal and reliable way with hidden target
iframe as already suggested.
For form w/o type=file fields you still can use XmlHttpRequest-based
libraries like from
www.ajaxtoolbox.com - they can handle forms of any
complexity.