Upload files in ASP.NET MVC

How to upload files in ASP.NET MVC In a previous article we already discussed about how to do a file download in ASP.NET MVC. Now lets see how to upload files with MVC. For this Im using an example of very simple user registration form with a profile picture upload. First I have added a…