I want to save multiple attachments in one pass into the couchDB, I know how we can save a single attachment like this:
but I couldn't find a method from the couched api how to store multiple attachment in one request? I'm looking for the equivalent method in couchDB that implements this request( here). The drawback of saving each attachment at a time is that it creates a new version when we add the new attachment. Thank you |