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 ff9ccb1 + 4e3b380 commit 2cbe1e9Copy full SHA for 2cbe1e9
src/flow.js
@@ -751,7 +751,7 @@
751
* @type {string}
752
*/
753
this.uniqueIdentifier = (uniqueIdentifier === undefined ? flowObj.generateUniqueIdentifier(file) : uniqueIdentifier);
754
-
+
755
/**
756
* Size of Each Chunk
757
* @type {number}
@@ -1256,7 +1256,7 @@
1256
delete this.data;
1257
$.event(status, $.message());
1258
$.flowObj.uploadNextChunk();
1259
- } else {
+ } else if (!$.fileObj.paused) {
1260
$.event('retry', $.message());
1261
$.pendingRetry = true;
1262
$.abort();
0 commit comments