jquery-form/form

multiple file

shimashahzamani opened this issue · 2 comments

when I use multiple input file, ajaxSubmit doesn't return file information, please help anyone who know solution

I've opened this repo for the same reason. When I use ajaxSubmit it sends all the files inside with the same name, so only the last one is correctly managed from server.

Finally i decided to build by myself a "+" button beside that generates a new html element.
This is not the same of a multiple input file but I had to change the entire website because is built using jquery-form plugin that's not able to submit multiple files.