忧虑花瓣

文章
5
资源
0
加入时间
2年10月21天

asp.net mvc5 与图片

【第一种方式】  HttpPostedFileBase file1、前端POST方式提交表单@using (Html.BeginForm("Upload", "Test", FormMethod.Post, new { enctype = "multipart/form-data" }))    {                            }