1、form表单 post enctype="multipart/form-data" input name="file" 2、controller中 接收到文件对象为 HttpPostedFileBase file 来源:https://www.cnblogs.com/sunny3158/p/11656394.html 标签 文件上传