Replies: 1 comment
-
那你只能通过byte[]方式存储,或者使用HttpUrlconnecton获取原生流,通过流拷贝方式写出。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在接收多个文件数据后,如何批量发送byte数组,是否只能先落盘成文件,再通过 HttpRequest form(String name, File... files) 此方法去实现,是否有不落盘的做法,减少IO次数。
Beta Was this translation helpful? Give feedback.
All reactions