formatted code and deleted extra code from download.js
This commit is contained in:
parent
a45d3dca73
commit
028b6400cb
5 changed files with 41 additions and 182 deletions
|
@ -92,7 +92,7 @@ class FileSender extends EventEmitter {
|
|||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
xhr.open('post', '/upload/' + fileId, true);
|
||||
xhr.send(fd);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue