Blazor File Uploads in .NET 8.0 Part 2: WebAssembly

preview_player
Показать описание

Welcome to the Blazor File uploads series! This playlist is designed to be the ultimate reference for Blazor file uploads, fully updated for .NET 8.0. In each video we’ll explore how to handle file uploads using one of the different Blazor rendering modes – Static Server Side Rendering, Interactive Server Side Rendering with SignalR, and of course WebAssembly. In this second video we’re going to explore file uploads with Blazor WebAssembly, but look for the other two videos very soon. Please remember to hit subscribe to support the channel!
Рекомендации по теме
Комментарии
Автор

would not work then I noticed the Ochange was missing and the SetFile method. Git version must need updating. Thanks great explanation and demo

darrenhatton
Автор

Excellent, thank you very much, where are the other two videos and the upload to web api implementation?

franciscofernandezcasas
Автор

Thank you for these great videos, however it's not working for me. I downloaded the github repo and compiled it successfully, but when I test WebAssembly, I get the error "Upload failed. Error: Object reference not set to an instance of an object." Server Static and WebAssembly both throw the error "Could not find a part of the path." None of the options work.

Rayburn
Автор

Good day, please how to download file in blazor

begemotik
Автор

This is a noob question, but would this work for file sizes larger than 2 GB? I was under the impression that you would have to chunk something like that.

azuremus