0

How do I store and retrieve files on mongodb? I have tried using

var doc = {};
Community
  • 1
  • 1

1 Answers1

0

You can use GridFS to store & retrieve files on MongoDB.

Parvin Gasimzade
  • 25,180
  • 8
  • 56
  • 83