Relative Content

Tag Archive for .net-coreblazorblazor-server-side

Troubles with InputFile component in Blazor (Server Side) .NET 8

I created simple Blazor component for pictures preview and upload.
InputFile component is hidden and label is used as button to open choose file dialog.
After file/image choosing I want to show the image on preview.
I read the file end encode it to base64.