Previewing a dropped in local image/video in blazor server app without uploading it to the server
I am trying to create an upload component that previews a video or image before actually uploading it.
Using Blazor, rendering elements in a for loop and can’t get @bind to work with a dictionary by index
Let’s define the dictionary I’m using as searchBoardGames[image.Id]
Using Blazor, rendering elements in a for loop and can’t get @bind to work with a dictionary by index
Let’s define the dictionary I’m using as searchBoardGames[image.Id]
Using Blazor, rendering elements in a for loop and can’t get @bind to work with a dictionary by index
Let’s define the dictionary I’m using as searchBoardGames[image.Id]
Blazor Web app foreach loop for each identity user in a role shows the users but cant complete the form
I am creating a blazor server app and i have a form where an admin can edit the roster and i use InputSelect for the admin to select from users in each role. For example i have a admin role for the admin pages, then manager, kitchen and driver. When the admin is selecting the manager InputSelect, a list of all the users under the manager role appear. I managed to get that working but whenever i then submit the form to update the roster i get a object reference null error on the IList that i use a loop to display the identity users name.
Cannot Open streams (for reading files) in Blazor Server App
I have a Blazor Server app, that’s acting as a Teams App. The problem is that I can’t read files uploaded through this component:
Cannot Open streams (for reading files) in Blazor Server App
I have a Blazor Server app, that’s acting as a Teams App. The problem is that I can’t read files uploaded through this component:
Cannot Open streams (for reading files) in Blazor Server App
I have a Blazor Server app, that’s acting as a Teams App. The problem is that I can’t read files uploaded through this component:
Problem with app.razor, why can’t I add the @code section?
razor
ISession instabilities
I am trying to use ISession
in a .net Blazor web app server side only. My problem is that the ISession in very unstable as it disappear and comeback when it feels like it.