Jquery Ajaxform with input type=file and multifile
- by crunchingnumbers
Im using ajax form with multifile.
However ajaxform just seems to quietly die and does not do anything if using multifile.
Multifile is just a jquery plugin that builds a list of input type=file so that you can upload multiple files at once, before which you can add/delete your file upload list.
I've looked at multifile and made one change to…