With my original queston, I got to know about FileSelect here. I'm now able to send files to my internal unexposed Api. How do I download these files? I want to have an Api that sends file back to Blazor Portal. My files are saved as byte[] in a SQL table. I'm also triyng to figure out a way to show preview of common files on the portal as well. Any helpers?