SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

Input file not open the Finder on Mac OS #110

Open rex-pj opened 4 years ago

rex-pj commented 4 years ago

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