Skip to content

File input eventsΒ #28

@valtronforever

Description

@valtronforever

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions