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 3bf54e4 commit 2466855Copy full SHA for 2466855
qiniu/storage/form.js
@@ -26,7 +26,7 @@ function PutExtra (fname, params, mimeType, crc32, checkCrc) {
26
this.params = params || {};
27
this.mimeType = mimeType || null;
28
this.crc32 = crc32 || null;
29
- this.checkCrc = checkCrc || 1;
+ this.checkCrc = checkCrc || true;
30
}
31
32
FormUploader.prototype.putStream = function (uploadToken, key, fsStream,
0 commit comments