mvc中
<%using (Html.BeginForm("AddVideoBase", "Video", FormMethod.Post, new{ ENCTYPE = "multipart/form-data " })) 使用
<input type="file" name="upPic" id="upPic"/>在后台Request.files["upPic"]获得值,在谷歌浏览器中 可以取得值,但是使用ie浏览器集不可以了
相关分类