1 在form 表单中为没有加 enctype="multipart/form-data"  这句话 来告诉浏览器我是要上传文件不是普通的请求

the current request is not a multipart request 处理办法

 加上后: 请求头已经改变

the current request is not a multipart request 处理办法


2 第二种是在form表单的请求上。

the current request is not a multipart request 处理办法

当为post请求时候又可以了:

the current request is not a multipart request 处理办法

相关文章: