0
kicks
Implementing HTTP File Upload with ASP.NET MVC
In this article, I will explore how to upload a file using ASP.NET MVC. Since MVC framework does not use server control, so it will be interesting to see how file upload works in MVC.