Releases: qiniu/js-sdk
Releases · qiniu/js-sdk
add performance demo page and fix bugs
- demo 添加上传速度检测页面
- 修复 设置get_new_uptoken为true时 使用非华东机房的空间报错问题
- 完善 markdown 文档
add formdata demo and fix some bugs
v1.0.18 add formdata demo and modify readme.md
Fix get new uptoken bug
Merge pull request #180 from congbo/master Fix mulltiple.html in demo
Fix fetch uphosts bug
Merge pull request #185 from codedogfish/master fix fetch uphosts bug
配合多存储区上线,添加自动获取 Uphosts 功能
Merge pull request #182 from codedogfish/master fix fetch uphosts feature in IE
修复了低版本 IE 不识别 application/json 导致的问题
注:在低版本中仅支持 Flash 模式的上传
修复 IE 8 下的 Bug
- 关闭 flash 模式下的分块上传
- 修复上传地址数组中得多余逗号
更新 demo 和 iOS 相关的问题说明
- iOS 上传视频问题,一定要把 multi_selection 设置成 false,否则无法选择视频
- iOS 图片文件名的问题,plupload 拿到 image.xxx,最新的 qiniu.js 中做了处理,当用户选择了文件并且发现是 iOS 系统,则会使用 PluploadFileId 作为文件名(其实用户可以在 FilesAdded 自己去改文件名)
新增 uptoken_func 设置
Merge pull request #136 from codedogfish/udpate_documentation Change bower package name
修复特别出错时 parseJson error 的情况
Merge pull request #84 from SunLn/fix_http_parsejson_error fix parse json error when http is like ERR_ADDRESS_UNREACHABLE