开发者社区> 问答> 正文

js 上传文件到oss

js上传本地文件到oss 报错:
One or more of the specified parts could not be found or the specified entity tag might not have matched the part's entity tag.(…)
使用的是 ossclient.multipartUpload("test.jpg", file); 方法,在线等回复啊

展开
收起
天蚀 2016-02-24 19:34:43 6445 0
1 条回答
写回答
取消 提交回答
  • 码农|Coder| Pythonista
    小文件用client.put方法上传即可
    小文件不建议分片上传
    2016-02-24 22:18:55
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
JavaScript面向对象的程序设计 立即下载
Delivering Javascript to World 立即下载
编程语言如何演化-以JS的private为例 立即下载