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 Jun 5, 2023. It is now read-only.
Hello, I try to implement the upload file function in my application, it seems not working.
I use the <input type="file" /> as a control to open the Finder to open the file, but the Finder is not shown.
It seems not the issue of Blazor, because when I switch my application to the Browser like Safari, I can upload normally, the Windows desktop app version can work also, but in Mac OS is can't.
OS: Mac OS
The text was updated successfully, but these errors were encountered:
rex-pj
changed the title
Input file not open finder on Mac OS
Input file not open the Finder on Mac OS
Jun 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I try to implement the upload file function in my application, it seems not working.
I use the
<input type="file" />
as a control to open the Finder to open the file, but the Finder is not shown.It seems not the issue of Blazor, because when I switch my application to the Browser like Safari, I can upload normally, the Windows desktop app version can work also, but in Mac OS is can't.
OS: Mac OS
The text was updated successfully, but these errors were encountered: