jamesaduncan commented on issue #36:
URL: https://github.com/apache/couchdb-nano/issues/36#issuecomment-1481772356
It would be really lovely if this was fixed and one could do:
await alice.multipart.insert({ foo: 'bar' }, [
{name: 'rabbit.png', data: fs.createReadStream( aFile ), content_type:
'image/png'},
{name: 'bear.png', data: fs.createReadStream( aFile ), content_type:
'image/png'},
// ...
], 'mydoc')
Attaching a number of bigger files to a document would be much easier if it
were available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]