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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: