multer will add the text inputs to req. body and add the files sent to the req. files array . To see this at work in the terminal, enter text and select multiple images on the frontend, then submit and check the logged results in your terminal.
multer will add the text inputs to req. body and add the files sent to the req. files array . To see this at work in the terminal, enter text and select multiple images on the frontend, then submit and check the logged results in your terminal.