This is not a bug per-se, just a suggestion for an update to the documentation
at http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples
For examples #7 and greater, it should be mentioned that the class attribute
should not be applied to the input control being used (i.e. don't do "<input
type="file" id="foo" class="multi"/>") as that prevents event handlers from
being hit.
I was going through the examples and couldn't figure out why my event handler
wasn't being hit until I looked at the source for the examples page and noticed
that key difference.
A very small issue, but one I thought should be noted since all it would take
is add a note in the documentation. I found (and answered) a question I found
on stack overflow with another person having the same issue, you can see that
here:
http://stackoverflow.com/questions/11608083/jquery-multi-file-event-not-firing
Thanks for the great plugin.
Sven Grosen
Original issue reported on code.google.com by svengro...@gmail.com on 2 Jan 2013 at 4:24
Original issue reported on code.google.com by
svengro...@gmail.com
on 2 Jan 2013 at 4:24