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
There is an exception "Object doesn't support property or method 'forEach'" in IE 11 when drag-and-dropping files to the file upload from File Explorer in Windows.
Version of fileinput: 4.4.5 (Nuget)
My HTML:
There is an exception "Object doesn't support property or method 'forEach'" in IE 11 when drag-and-dropping files to the file upload from File Explorer in Windows.
Version of fileinput: 4.4.5 (Nuget)
My HTML:
Initialization:
Exception:
I think the problem is that forEach is not supported for typed arrays in IE11.
The text was updated successfully, but these errors were encountered: