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.
- Host: GitHub
- URL: https://github.com/jeepnl/blazorwasmfileupload
- Owner: JeepNL
- License: mit
- Created: 2021-02-17T21:56:14.000Z (over 4 years ago)
- Default Branch: Main
- Last Pushed: 2021-02-24T10:40:53.000Z (about 4 years ago)
- Last Synced: 2025-01-28T03:15:14.878Z (4 months ago)
- Topics: blazor-webassembly, chunked-uploads, upload-file
- Language: HTML
- Homepage:
- Size: 227 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_ 😉)
