How can i upload an image file to couchbase from node js using Sync-gateway
The couchbase image document should look like below format after upload
> "_attachments": { > "blahblahblah.jpeg": { > "content_type": "image/jpg", > "digest": "blahblahblah", > "length": 99999, > "revpos": 1, > "stub": true > }
NB: Couchbase version is Community Edition 5.0.0