Posts by Johnny Baptista • 18 points
2 posts
-
0
votes1
answer309
viewsA: Add images to mongodb via api using Postman
I believe you will need to use a dependency called "multer" to work with Multipart/form-data sending. To install, simply: npm install --save multer Multer adds an object body and an object file to…
-
0
votes2
answers336
viewsQ: Variable scope problem in foreach loop - Nodejs
I’m trying to get back to the view ejs home/index the vector of objects objArray, but when exiting the foreach loop and doing all processing of the data I am receiving from the bank the objArray…