On Tue, May 5, 2009 at 6:38 AM, Adam Kocoloski <[email protected]> wrote: > Hi devs, in COUCHDB-163 we enabled the replicator to download attachments > without Base64 encoding. We'd like to do the same for push replication / > attachment uploads. > > MIME multipart is one way to go about that. Has anyone put in some work on > that front? are there other alternatives we should be thinking about?
Standalone attachment PUT is one option, which would mirror nicely the pull/GET case. > Best, > > Adam > -- Chris Anderson http://jchrisa.net http://couch.io
