mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Working resumable support
This commit is contained in:
@@ -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,{
|
||||
|
||||
Reference in New Issue
Block a user