Last data update: 2014.03.03

R: Add attachment to document
couch_attachR Documentation

Add attachment to document

Description

Send attachment to an existing url

Usage

couch_attach(location, revtag, attachment, content_type = "image/png")

Arguments

location

url of the

revtag

revision (version)

attachment

file to attach

content_type

Content type of the attachment (for example: "image/png")

Results