Please find below file code where multiple file upload functionality is given. On click of upload link it opens input file browser window where we select file and then click on submit.
In chrome, submit button submits the form on first click but In IE, it does not submit the form on first click.
In IE, If we select one file using upload link then submit button submits the form in second click.
If we select two file then it submits the form in 3rd click and accordingly.
Please let me know how to stop this event chain to submit in one click.
Please find below test.html file as,