HttpPostedFileBase在单击按钮时传递给控制器​​,而不是提交按钮

时间:2014-11-07 05:21:08

标签: asp.net-mvc-4

我的观点

<input type="file" data-val="true"  id="file" name="file" style="width: 200px;"  />
<input name="" type="button" value="Import file" class="Button_blue" id="ImportFile" />

在我的控制器中

public ActionResult BRSImport1(BRSImportModel objBRSImportModel, FormCollection fc, HttpPostedFileBase file)

当点击按钮HttpPostedFileBase没有文件时,它显示为null,但按钮用作提交它有文件,但我想要文件时点击按钮

0 个答案:

没有答案