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
I am unsure exactly how to file a bug report for this so I will just try and explain what I am doing and maybe that can help.
I made a simple Blazor server application to upload a video as a blob to an sqllite database. I also made a page that fetches this blob via a call from a controller and then display the video blob using Blazored Video.
This worked just fine, even for large files over 150mb.
After upgrading to 1.0.1 I am getting an error that the file is too large when trying to view the uploaded video. I tried configuring Newtonsoft Json on the controller to see if it alleviated the problem but it doesn't.
I also tried uploading a smaller file but get the same error.
Putting the nuget package back to v1.0.0 sorted everything out again.
The text was updated successfully, but these errors were encountered:
I am unsure exactly how to file a bug report for this so I will just try and explain what I am doing and maybe that can help.
I made a simple Blazor server application to upload a video as a blob to an sqllite database. I also made a page that fetches this blob via a call from a controller and then display the video blob using Blazored Video.
This worked just fine, even for large files over 150mb.
After upgrading to 1.0.1 I am getting an error that the file is too large when trying to view the uploaded video. I tried configuring Newtonsoft Json on the controller to see if it alleviated the problem but it doesn't.
I also tried uploading a smaller file but get the same error.
Putting the nuget package back to v1.0.0 sorted everything out again.
The text was updated successfully, but these errors were encountered: