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
There is an issue with Blazor Server Side and File Upload that is described in the link and comment below: dotnet/aspnetcore#38842 (comment)
It looks like Stashbox is also affected by this. As a possible solution, we need an option to tell stashbox to not resolve byte[] by default. Is such an option already available?
The text was updated successfully, but these errors were encountered:
Hi @schuettecarsten, I've released v5.6.0 from the extension packages, which solves this issue without needing extra configuration. Could you please verify that it works for you, too? Thanks!
There is an issue with Blazor Server Side and File Upload that is described in the link and comment below:
dotnet/aspnetcore#38842 (comment)
It looks like Stashbox is also affected by this. As a possible solution, we need an option to tell stashbox to not resolve byte[] by default. Is such an option already available?
The text was updated successfully, but these errors were encountered: