Skip to content

记录

  • 小程序端上传文件,格式只支持 form-data,其他格式如二进制等不支持,受限于小程序的环境中不具备 dombomBlobFormDataFile 等接口
  • uniapp 中:微信小程序只支持单文件上传,app 端支持多文件上传,跨端的写法就是循环调用单文件上传

相关资料

Released under the MIT License.