OnClick event is not trigger when using Two steps Page Directive in blazor server
I am working on a project(Blazor Server) where I have few components in Admin folder, If I set page directive like “/Admin/CreateCategory” the Onclick stops working on the page. Render Mode is set to Interactive Server on page.
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.