Uploading more than one file, storing and reading in mongodb/express/angular/node
What's the best way to upload, store and then read from db multi files on mongodb/express/angular/node JS ?
I saw different solution, for example multer, gridfs. What do you suggest ?
thanks