比如,我有一个表单页,需要填tit,tel以及上传的文件在chrome network中看request playload 中显示的是 [object object],并不是------WebKitFormBoundaryBcQMnHoeJT0GafEeContent-Disposition: form-data; name="file"; filename="xxx.zip"Content-Type: application/octet-stream------WebKitFormBoundaryBcQMnHoeJT0GafEe--这类信息。是上传文件必须和传递其他文本数据分开吗,还是我的方法使用错误?
添加回答
举报
0/150
提交
取消