On 24 April 2012 15:39, Henri van den Bulk <[email protected]> wrote: > I have a need to use attachments with CouchDB and have them accessible via > WebDev. Has anyone done this before?
Hi Henri, If you mean "make CouchDB comply with WebDaV RFCs" then not to my knowledge. In principle you could write shows & lists to emulate that (sending appropriate headers along the way) but I'm not sure that it would be worth the effort, a la https://issues.apache.org/jira/browse/COUCHDB-815 Generally couch handles attachments pretty well, excluding a few things like native support for custom meta-data. A+ Dave
