Hi all,
We're using
Malsup's form plugin v2.82 and jQuery core 1.6.2. We're having issues in IE7 where, on a form with file upload, form fields are being dropped before the form is submitted to the server.
We tracked it down to the `fileUpload` function, specifically line 196 where each field in the form data has `.attr('disabled',false)` run against it. If we change this to `.prop('disabled',false)` it all works fine.
I don't see a clearly marked place to submit bug reports for the form plugin, and wanted to verify that others see this as well, so I am asking here first...
Thanks,
Jim