Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00B5710A52 for ; Sun, 27 Oct 2013 13:57:47 +0000 (UTC) Received: (qmail 93918 invoked by uid 500); 27 Oct 2013 13:57:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 93838 invoked by uid 500); 27 Oct 2013 13:57: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 93695 invoked by uid 99); 27 Oct 2013 13:57:32 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Oct 2013 13:57:32 +0000 Date: Sun, 27 Oct 2013 13:57:32 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1913) Upload multiple attachments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Shorin created COUCHDB-1913: ----------------------------------------- Summary: Upload multiple attachments Key: COUCHDB-1913 URL: https://issues.apache.org/jira/browse/COUCHDB-1913 Project: CouchDB Issue Type: Improvement Components: Fauxton Reporter: Alexander Shorin Currently, it's only possible for Fauxton to upload only one attachment at once (due to using Attachments API), but CouchDB allows to [upload multiple attachments| http://docs.couchdb.org/en/latest/api/document/common.html#creating-multiple-attachments] with single document update. For good old Futon, the [next example | https://gist.github.com/rjsteinert/4074427] shows the solution. -- This message was sent by Atlassian JIRA (v6.1#6144)