Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Fix s3 pause/continue chunked multiple bug. #1796

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion client/js/upload-handler/xhr.upload.handler.js
Expand Up @@ -118,7 +118,8 @@ qq.XhrUploadHandler = function(spec) {
name: uploadData.name,
remaining: uploadData.chunking.remaining,
size: uploadData.size,
uuid: uploadData.uuid
uuid: uploadData.uuid,
loaded: uploadData.loaded

This comment was marked as spam.

};

if (uploadData.key) {
Expand Down