'Adding an image while using mongoose Schema
How can I add an image to my mongodb when using the mongoose.schema in JS?
const chequeSchema = new schema({
chequeImageUri: {
type: Image,
required: true
}
}
Image as a type doesn't work. Also, im testing by using postman so how do i upload the image there?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
