How to upload images in feathersjs and store it directly in mongodb database using mongoose

Viewed 101

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

1 Answers
Related