Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用表单数据发布文件,但文件上传已损坏。我需要将其发布为二进制文件。如何使用 HttpClient 在 Java 中执行此操作?
“内容类型”:“应用程序/八位字节流”
我们可以如下设置:
post.setEntity(new FileEntity(file));