catlane / chunk-file-upload

文件上传小扩展,可支持大文件`分块分片`上传到七牛云or本地,优化您上传大文件的苦恼
MIT License
28 stars 9 forks source link

七牛上传图片问题 #3

Open ichangdong opened 5 years ago

ichangdong commented 5 years ago

if ( driver == 'local' ) {//本地 options.host = window.chunk_file.prefix + '/' + 'chunk-file-upload/upload'; } else if ( driver = 'qiniu' ) { options.host = "http://up.qiniu.com"; } 七牛报错:{"error":"incorrect region, please use up-z1.qiniup.com"} 加个区域的配置吧

catlane commented 5 years ago

刚加上,