MongoFile Plugin
Dependency :
compile ":mongo-file:1.1.1"
Summary
The MongoFile plugin provides a MongoFileService that saves, retrieves and deletes files from a MongoDB file store. Furthermore, the domain classes have methods injected to handle these files.Each file is stored in a MongoDB collection (bucket), named after the domain class name. This plugin depends on the MongoDB plugin.
Installation
grails install-plugin mongo-file