While migrating our web app to ASP.NET Core, I had to find a new way for the user to upload and resize a profile photo. We used the WebImage class in ASP.NET MVC, which unfortunately isn't available in Core. In this post, I will show you how I solved it using file support in ASP.NET Core and the ImageSharp library.

#aspdotnet

With ASP.NET Core and ImageSharp, You Can Upload and Resize A Picture
2.80 GEEK