I too had the same needs, The solution for me was to add middleware to respond to WebDav, and sort of proxy between the WebDav client and CouchDB.
Would be awesome to get something going in CouchDB for this. Maybe handle in Erlang... Jae On Apr 24, 2012, at 9:24 AM, Dave Cottlehuber wrote: > 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
