Multer adds a body object and a file or files object to the request object. ... function (req, res, next) { // req.file is the `avatar` file // req.body ...
確定! 回上一頁