Blazor input file is not working in Internet Explorer.
With Version="0.2.0", it does not work at all, I got the following error:

With Version="0.1.0-preview-00002" and Version="0.1.0", I can open the file dialog and select a file, but after that I got the error:
SCRIPT5001: Number expected
inputfile.js (10,21)
I have app.UseStaticFiles(); in my Startup.cs file and it is working perfect in Chrome.