I want to use XMLHttpRequest in JavaScript to POST a form that includes a file type input element so that I can avoid page refresh and get useful XML back.
I can sub
Content-Disposition: form-data, name
You should use semicolon, like this: Content-Disposition: form-data; name