Skip to content

Commit 2466855

Browse files
author
JemyCheung
committed
crc32
1 parent 3bf54e4 commit 2466855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/storage/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function PutExtra (fname, params, mimeType, crc32, checkCrc) {
2626
this.params = params || {};
2727
this.mimeType = mimeType || null;
2828
this.crc32 = crc32 || null;
29-
this.checkCrc = checkCrc || 1;
29+
this.checkCrc = checkCrc || true;
3030
}
3131

3232
FormUploader.prototype.putStream = function (uploadToken, key, fsStream,

0 commit comments

Comments
 (0)