This is the first time I'm working with file uploads in ASP.NET MVC, and I've been able to upload an image, resize it, save it to the server, rename the src-string so the src to image reflect the products name (for example: "ProductImages/Original/FIFA14.jpg"). The image src is also stored in the database which I use to Display the images in the view with an Url.Action().This is the first time I'm working with file up