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

mvc3中controller中读取html中 下传的多个文件

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