Beginner – ASP.NET Core – How do you deal with images and similar media in a back end?
I’m new to back end programming with ASP.NET. I’m wondering how to deal images that are either taken with the users camera or just uploaded with their gallery. At the moment I have a nice little ‘DeliveryItem’ object with things like Strings for name and Ints for quantity and all that, but essentially what I want now is public image ItemImage { get; set; }.