File Upload ASP.NET MVC 3.0
Asked 07 September, 2021
Viewed 913 times
  • 63
Votes

(Preface: this question is about ASP.NET MVC 3.0 which was released in 2011, it is not about ASP.NET Core 3.0 which was released in 2019)

I want to upload file in asp.net mvc. How can I upload the file using html input file control?

23 Answer