mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
Update app.js
This commit is contained in:
parent
d6e1a3ab4c
commit
d13509e302
@ -20,7 +20,7 @@ var sendFileData = function(name, data, chunkSize) {
|
||||
var url = '/upload?offset=' + offset + '&name=' + encodeURIComponent(name);
|
||||
var ok;
|
||||
setStatus(
|
||||
'Upoading ' + name + ', bytes ' + offset + '..' +
|
||||
'Uploading ' + name + ', bytes ' + offset + '..' +
|
||||
(offset + chunk.length) + ' of ' + data.length);
|
||||
fetch(url, opts)
|
||||
.then(function(res) {
|
||||
|
Loading…
Reference in New Issue
Block a user