Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/blazor/file-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ In Blazor WebAssembly, file data is streamed directly into the .NET code within

::: zone pivot="server"

In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read from the stream. <xref:Microsoft.AspNetCore.Components.Forms.RemoteBrowserFileStreamOptions> allows configuring file upload characteristics for Blazor Server.
In Blazor Server, file data is streamed over the SignalR connection into .NET code on the server as the file is read from the stream. `Microsoft.AspNetCore.Components.Server.Circuits.RemoteJSDataStream` allows configuring file upload characteristics for Blazor Server.

::: zone-end

Expand Down