Reputation: 89
I am working on a project where I want to store the profile image of an user in the database. Actually what I want to is to store the image itself in database not its URL or address and also I should be able to get the images from database. I am using feathersjs and mongoose
Upvotes: 1
Views: 223
Reputation: 450
There are multiple ways of doing that but base on your question, you did not start anything yet. How about you try this one.
https://github.com/feathersjs-ecosystem/feathers-blob
Upvotes: 1