From 73587dc1a1854c2c5ad35c33dd18ff61be399e44 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sat, 19 Feb 2022 13:01:52 +0000 Subject: [PATCH] Working resumable support --- public/scripts/upload-modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,{