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.
1 parent 0a5650d commit 1eb19ccCopy full SHA for 1eb19cc
demo/demo.js
@@ -1214,7 +1214,7 @@ function uploadFile() {
1214
var speed = Math.floor(info.speed / 1024 / 1024 * 100) / 100;
1215
console.log('进度:' + percent + '%; 速度:' + speed + 'Mb/s;');
1216
},
1217
- }, function (err, data) {{
+ }, function (err, data) {
1218
console.log('上传' + (err ? '失败' : '完成'));
1219
console.log(err || data);
1220
fs.unlinkSync(filepath);
0 commit comments