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!