[Vuejs]-How can i make file upload with other field like: title, name, image, image2 in Node.js with Vue.js

0👍

You can parse the data using formidable or multer before storing it on mongodb

Personally, I’ll recommend formidable.

Leave a comment