diff --git a/public/scripts/upload-modal.js b/public/scripts/upload-modal.js index b5bab9ebf6..4191befa36 100644 --- a/public/scripts/upload-modal.js +++ b/public/scripts/upload-modal.js @@ -65,8 +65,8 @@ - after resumable upload change, we will have the id */ this.updateFile(id, { - id: id, - progress: Math.round(progress), + id: progress.$id, + progress: Math.round(progress.progress), }); }); this.updateFile(id,{