mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
commit
1b57c56fdc
@ -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