Работа над загрузкой файла на сервер

This commit is contained in:
Book Pauk
2019-02-04 20:03:36 +07:00
parent 170c06fa3f
commit b33911b8ec
12 changed files with 207 additions and 22 deletions

View File

@@ -88,6 +88,10 @@ class ReaderWorker {
return workerId;
}
async saveFile(file) {
return `file://${file.filename}`;
}
}
module.exports = ReaderWorker;