Home > Software engineering >  Is there a way to show file uploading progress bar when uploading a file from a blazor WebAssembly (
Is there a way to show file uploading progress bar when uploading a file from a blazor WebAssembly (

Time:05-07

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.

CodePudding user response:

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!

  • Related