Articles tagged "mongoengine"
2 min readIntermediate
Mongoengine: FileField for Images and Files
Check here an example on how to use mongoengine filefield. Mongoengine FieldField uses GridFS to store the files, check here how to use it in your project.