2013年6月19日
摘要: 前台:1 @using (Html.BeginForm("AddImg", "UpFileImg", FormMethod.Post, new { enctype = "multipart/form-data" }))2 {3 <input type="file" name="file" />4 <input type="submit" value="OK" />5 }one后台: 1 [HttpPost] 2 public Act 阅读全文
posted @ 2013-06-19 12:00 7月前减到115斤 阅读(502) 评论(0) 推荐(0)