Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 97519 invoked from network); 27 Jul 2009 16:00:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 16:00:33 -0000 Received: (qmail 86854 invoked by uid 500); 27 Jul 2009 16:01:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 86773 invoked by uid 500); 27 Jul 2009 16:01:37 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 86763 invoked by uid 99); 27 Jul 2009 16:01:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 16:01:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 16:01:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94C67234C044 for ; Mon, 27 Jul 2009 09:01:15 -0700 (PDT) Message-ID: <1271310892.1248710475604.JavaMail.jira@brutus> Date: Mon, 27 Jul 2009 09:01:15 -0700 (PDT) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-436) Allow update or creation of document and attachments in single multipart POST MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Allow update or creation of document and attachments in single multipart POST ----------------------------------------------------------------------------- Key: COUCHDB-436 URL: https://issues.apache.org/jira/browse/COUCHDB-436 Project: CouchDB Issue Type: New Feature Affects Versions: 0.9.1 Reporter: Robert Newson Attachments: COUCHDB-436.patch Modify the existing multipart/form-data POST handling to accept an additional _doc form parameter. This allows a single operation to create a document with all of its attachments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.