lei-mu / luch-request

luch-request 是一个基于Promise 开发的uni-app跨平台、项目级别的请求库,它有更小的体积,易用的api,方便简单的自定义能力。
https://www.quanzhan.co/luch-request/
MIT License
632 stars 96 forks source link

上传多个文件时files参数怎么传?服务器端收到的ContentType为何是text/html #130

Closed pcvc closed 1 year ago

pcvc commented 1 year ago

上传多个文件时files参数怎么传?服务器端收到的ContentType为何是text/html?

微信截图_20230918184748 微信截图_20230918184709

files: [ res.tempFilePaths[0] ],这样传也不行。还要做其它设置吗?

lei-mu commented 1 year ago

哪个端?

files 字段是否按照 uni.uploadfile 里的 files参数说明 去传递

pcvc commented 1 year ago

H5, files参数说明 => ”files 参数是一个 file 对象的数组“,原来要自己构建此数组。已解决!