Работа над загрузкой файла на сервер
This commit is contained in:
@@ -88,6 +88,10 @@ class ReaderWorker {
|
||||
|
||||
return workerId;
|
||||
}
|
||||
|
||||
async saveFile(file) {
|
||||
return `file://${file.filename}`;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ReaderWorker;
|
||||
Reference in New Issue
Block a user