We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cc90b5 + fbce215 commit c37a2a5Copy full SHA for c37a2a5
README.md
@@ -74,7 +74,7 @@ qiniu-js-sdk
74
drop_element: 'container', //拖曳上传区域元素的ID,拖曳文件或文件夹后可触发上传
75
chunk_size: '4mb', //分块上传时,每片的体积
76
auto_start: true, //选择文件后自动上传,若关闭需要自己绑定事件触发上传,
77
- //x_vals : {
+ //x_vars : {
78
// 自定义变量,参考http://developer.qiniu.com/docs/v6/api/overview/up/response/vars.html
79
// 'time' : function(up,file) {
80
// var time = (new Date()).getTime();
0 commit comments