An open API service indexing awesome lists of open source software.

https://github.com/jeepnl/blazorwasmfileupload

Kestrel hosted Blazor WASM large (chunked) file upload.
https://github.com/jeepnl/blazorwasmfileupload

blazor-webassembly chunked-uploads upload-file

Last synced: 2 months ago
JSON representation

Kestrel hosted Blazor WASM large (chunked) file upload.

Awesome Lists containing this project

README

        

# Blazor Wasm File Upload

Upload Test repo for github issue: https://github.com/dotnet/aspnetcore/issues/30243

For this demo I'm only using 2 files, one on the client `FileUpload.Razor` and one on the server `UploadController.cs`. I think it's easier to see what's happening.

FYI: I'm still learning C# / Blazor, so probably the code can be optimized... (_it works on my PC_ 😉)

![Screenshot 2021-02-22 134238](https://user-images.githubusercontent.com/39458532/108711660-f7f93700-7515-11eb-8d13-7eb39d4ea138.jpg)