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 7702301 commit 5d40aadCopy full SHA for 5d40aad
qiniu/storage/form.js
@@ -65,7 +65,7 @@ FormUploader.prototype.putStream = function(uploadToken, key, fsStream,
65
if (useCache) {
66
createMultipartForm(uploadToken, key, fsStream, putExtra, function(
67
postForm) {
68
- putReq(this.config, postForm, callbackFunc);
+ putReq(that.config, postForm, callbackFunc);
69
});
70
} else {
71
zone.getZoneInfo(accessKey, bucket, function(err, cZoneInfo,
0 commit comments