Working resumable support

This commit is contained in:
Damodar Lohani
2022-02-19 13:01:52 +00:00
parent 575c40e24b
commit 73587dc1a1
+2 -2
View File
@@ -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,{