Over the past few weeks, I’ve been working on updating an old app (or personal website rather) that I developed by rewriting it in ASP.NET Core Blazor. I must say, Blazor, has made my life much easier since everything can be written in C#, and I’ve had to use very little Javascript to implement the same features my old site had. (My old site was very reliant on Javascript and AJAX calls.) I did run into some issues though and wanted to share this quick tip for those trying to implement an upload feature.