dotnet / dotnet/aspnetcore

[Blazor] Investigate speeding up InputFile

Open
#58,447 0 comments 0 reactions 0 assignees View on GitHub
area-blazor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

* For large file uploads, we don't seem to be using all the possible bandwidth and latency seems to be playing an important role on the time it takes for an upload to complete.
* We can evaluate whether we want to further speed this up or switch to an alternate mechanism for Blazor Web (since we could issue a regular POST request to the same page with a special handler for the InputFile and pass that data to the circuit)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.