青岛开发者_个人页

青岛开发者
0
2
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息
暂无更多信息
正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2018-06-25

    JavaScript-SDK之如何实现浏览器应用?

    Re提交上传的时候报错,求教!!! 我的项目中使用的是angular4,在提交上传的时候报错。 提交上传代码块:    uploadFile() {      const files = this.filesList;     const key = 'object';      const client = new OSS. Wrapper({      region: this.region,       accessKeyId: this.accessKeyId,      accessKeySecret: this.accesskey,       bucket: this.bucket    });     client. multipartUpload(key, files, {      progress: this.progress     }). then((( res : any) => {       alert( ` ${res } `);        console. log( 'upload success');       this.uploadStatus. emit(res);     }));  }; 报错信息见附件:求解!
    踩0 评论0
正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息