Đã tìm thấy một thủ thuật để làm điều đó.
const files = req.files;
const images = map(files, (file:any)=>{
const bufferData = (file as Express.Multer.File).buffer;
return bufferData;
})
'Hình ảnh' này hiện là một mảng thuộc loại Bộ đệm, bạn có thể lưu trữ vào cơ sở dữ liệu mongoDB dưới dạng tệp nhị phân.