.file(req.file). 38 .createWriteStream(). 39 .end(req.file.buffer). 40 .then((i) => res.send("done")). 41 .catch((e) => res.send(e));.
確定! 回上一頁