PDF’s won’t load unless they are under 512KB after stored in SQL Server varbinary(MAX)
Trying to create a Blazor application with the MudBlazor framework that allows pdfs to be uploaded to an SQL database. This is a Server side application.
I have a model called Pdfs, using EntityFramework database first. I couldn’t get the MudFileUpload to work, or the suggested MudFileUploader, which can be seen on MudBlazor’s Component section.
I was using
With the @LoadFile storing the pointer to the file.