-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
When I try to bind change event to file input:
$file = $('<input type="file" name="file" multiple>')
.appendTo('form').change(function(){
that.onFileChange();
});
This works for first upload, but next fail. As I understood, the elements are replaced. Please add replacing events to.
jasonpang
Metadata
Metadata
Assignees
Labels
No labels