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.
我需要使用 rest api 将文件发送到服务器。我不能将浏览器用作客户端,并且应该使用 http 方法发送文件。它必须自动制作(使用 jenkins 左右)。
我只想知道什么是最好的方法。做到这一点的最好方法。我找到了一些信息,但总是在客户端使用表单。我不能用那个。
你也可以不用形式。用base64编码呢?
看看这个解决方案,到目前为止我猜是最好的。
最好的方法是简单地PUT将文件指向目标 URI。如果您需要上传较大的文件,您可能希望将其分成几部分,然后在完成后加入它们。
PUT