diff --git a/index.js b/index.js index 78192a3..ff8a175 100644 --- a/index.js +++ b/index.js @@ -70,6 +70,7 @@ const storage = multer.diskStorage({ return cb(null, '/opt/wrenchboard/TEST/DUMMY') }, filename: function (req, file, cb) { + console.log(" AAAA --> req.body.job_uid -> ", req.body.job_uid) return cb(null, `${Date.now()}_${file.originalname}`) } })