请问如何通过REST接口上传一个文件或者多个文件

请问有没有实例通过REST接口上传一个或者多个文件到“外部文件”中去。

用 multipart/form-data 吗?我找了找没有现成的。 需要自己写个controller实现。 multipart/form-data传多个文件的方法需要百度一下。

官方的REST API没有么?

找到了
https://www.cuba-platform.com/discuss/t/saving-uploaded-image-filedescriptor-using-rest-api-file/3150/4

哦,我理解错了。我把重点想成多个文件的api。官方的好像不能多个。
官方API在这里查:https://files.cuba-platform.com/swagger/7.1/#!/Files/post_files