问题:
(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) (前言:这个问题是关于2011年发布的 ASP.NET MVC 3.0,它不是关于2019年发布的ASP.NET Core 3.0 )
I want to upload file in asp.net-mvc . 我想在asp.net-mvc上传文件。 How can I upload the file using html input file
control? 如何使用html input file
控件上传input file
?
解决方案:
参考一: https://stackoom.com/question/Ln9e/文件上载ASP-NET-MVC参考二: https://oldbug.net/q/Ln9e/File-Upload-ASP-NET-MVC-3-0
来源:oschina
链接:https://my.oschina.net/u/4432649/blog/4326393