Jquery Ajaxform with input type=file and multifile
        Posted  
        
            by crunchingnumbers
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by crunchingnumbers
        
        
        
        Published on 2010-06-13T17:29:31Z
        Indexed on 
            2010/06/13
            17:32 UTC
        
        
        Read the original article
        Hit count: 293
        
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 ensure that it generated a unique name as well as id which it didn't do before and i've checked the form elements multifile is building which all appear to be correct. From looking at ajaxform, it seems that it shoulld just generate the iframe as normal and post the multiple input type=file but it does nothing.
Has anyone else experienced problems with multiple input type=file uploads
© Stack Overflow or respective owner