二十八、Http上传文件的Content-Type格式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了二十八、Http上传文件的Content-Type格式相关的知识,希望对你有一定的参考价值。

参考技术A

昨天研发反馈使用EDI的HTTP调用结点时,http响应报错如下: Failed to parse multipart servlet request; nested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.FileUploadException: the request was rejected because no multipart boundary was found 。

EDI在构建http请求头时设置了 Content-Type 为“multipart/form-data;charset=UTF-8”,缺失了 boundary ,导致了如上错误。
正确的Content-Type格式应该为:“multipart/form-data; boundary=<calculated when request is sent>”

设置Camel Body的时候需要一起设置header,最终发送请求的header格式类似:

上面的Content-Type是postman内置的,下面的是手动加上的。

实验:
1)两者都勾选,上传成功

2)只勾选手动添加的Content-Type,上传失败,错误同上

3)只勾选内置的Content-Type,上传成功

以上是关于二十八、Http上传文件的Content-Type格式的主要内容,如果未能解决你的问题,请参考以下文章

python入门第二十八天——文件上传

Android实战简易教程-第二十八枪(基于Bmob实现头像图片设置和网络上传功能!)

Struts(二十八):自定义拦截器

(95)Wangdao.com_第二十八天_进度事件

SpringBoot上传文件到远程服务器(二十九)

二十七 集合!!!!!!!!set 二十八 文件