Storage engine for Multer to store uploaded files in the request directly to MongoDb using GridFs.
GridFS storage engine for Multer to store uploaded files directly to MongoDb.
With this module you can stream files that were parsed by multer on multipart/form-data
requests and automatically pipe those streams to your database.