Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/strapi-plugin-upload/utils/file.js
Назад
'use strict'; /** * Utils file containing file treatment utils */ const bytesToKbytes = bytes => Math.round((bytes / 1000) * 100) / 100; const streamToBuffer = stream => new Promise((resolve, reject) => { const chunks = []; stream.on('data', chunk => { chunks.push(chunk); }); stream.on('end', () => { resolve(Buffer.concat(chunks)); }); stream.on('error', reject); }); module.exports = { streamToBuffer, bytesToKbytes, };
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка