Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D155FEDF for ; Fri, 31 May 2013 03:40:33 +0000 (UTC) Received: (qmail 35895 invoked by uid 500); 31 May 2013 03:40:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35558 invoked by uid 500); 31 May 2013 03:40:29 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 35529 invoked by uid 99); 31 May 2013 03:40:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 03:40:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 206.225.164.32 as permitted sender) Received: from [206.225.164.32] (HELO EXHUB020-5.exch020.serverdata.net) (206.225.164.32) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 May 2013 03:40:22 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.191]) by EXHUB020-5.exch020.serverdata.net ([206.225.164.32]) with mapi; Thu, 30 May 2013 20:39:59 -0700 From: Jens Alfke To: "user@couchdb.apache.org" Date: Thu, 30 May 2013 20:40:02 -0700 Subject: Re: Multiple "follows" attachments not working. Thread-Topic: Multiple "follows" attachments not working. Thread-Index: Ac5dsIZ/z/IdbjgZT1OL9U+NIwp5Zg== Message-ID: <2C3DA012-DA4E-4198-BAD3-32A0EF5DFA95@couchbase.com> References: <1369859708.93131.YahooMailRC@web181701.mail.ne1.yahoo.com> <74A0A322-F936-4D22-B9C1-AE4DE160DA16@couchbase.com> <1369879801.91021.YahooMailRC@web181704.mail.ne1.yahoo.com> In-Reply-To: <1369879801.91021.YahooMailRC@web181704.mail.ne1.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On May 29, 2013, at 7:10 PM, Scott Weber wrote: > Not sure how they would solve mixing of the MIME attachment order, except= for a=20 > header under the boundary that matches the main document attachment name.= Right=20 > now, the example indicates no headers in the attachments. Exactly. There should be a Content-Disposition header that includes the fil= ename of the attachment. > But I'll probably change it to upload them one at a time. Out of fear th= at a=20 > version upgrade will break. If you do that you=92re going to create multiple revisions, one for each ti= me you PUT the document. You may not want that. =97Jens=