当前位置: 代码迷 >> .NET新技术 >> mvc3中controller中读取html中 上传的多个资料
  详细解决方案

mvc3中controller中读取html中 上传的多个资料

热度:92   发布时间:2016-04-25 01:33:44.0
mvc3中controller中读取html中 上传的多个文件
在View中有多个<input type="file"/>
怎么在Controller中取这些文件名呢
------解决方案--------------------
Request.Files
  相关解决方案