Input event not recognised on <input type=“file”> in Edge
问题 I have a build a dynamic generating Formular including some input fields. <input type='file' style="width: 70%" name="anhang[]" class="anhang" id="anhang0" multiple/> If this input field is filled a new one is generated. The input event listener which is calling the method for generating the new field is the main problem I´m facing: $(document.body).on("input", ".anhang", function (e) { alert("input"); addFileInput(); }); var inputCounter = 0; function addFileInput(){ inputCounter++; $('