H
heinota
Guest
We have lot of attachment to documents, what we must store as binary files and idea is to store those files to mongodb as gridfs. For that there is REST service called restheart. And for that service, if you store with gridfs structure, everything must have ContentType Multipart/data. This service is actually quite clever and is able to add real ContentType by himself. So, if I want those binaries back, then they are with correct ContentType.
Continue reading...
Continue reading...