You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo of how to upload file to api in blazor hosted project
The server just has and endpoint receiving an IFormFile that will be saved to wwwroot folder. The client side uses new InputFile Component from Blazor on .Net 5.
About
Demo of how to upload file to api in blazor hosted project