You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE input onChange event have different behavior. It fires when you clear input value. You can check this fiddle https://jsfiddle.net/5b5y3yt0/
So file uploading in IE 11 runs 3 times in a row.
Could you please add files length check before uploading.
The text was updated successfully, but these errors were encountered:
IE input onChange event have different behavior. It fires when you clear input value. You can check this fiddle https://jsfiddle.net/5b5y3yt0/
So file uploading in IE 11 runs 3 times in a row.
Could you please add files length check before uploading.
The text was updated successfully, but these errors were encountered: