'Is there a way to show file uploading progress bar when uploading a file from a blazor WebAssembly (WASM) to a ASP.NET Core server (blazor hosted)
As the title says, I'm looking for a way to inform users about the file upload progress of a file uploaded from the Blazor WebAssembly (WASM) client to the server project (Api). P.S. I'm using NET 6. Thanks.
Solution 1:[1]
https://github.com/agency8/BlazorFileUploadApp Had everything I needed, just clone it and you can get on with your work... Thanks to @MisterMagoo for sharing the link!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | NightWolf99 |