From user-return-6349-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Sep 08 11:59:16 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 15775 invoked from network); 8 Sep 2009 11:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 11:59:16 -0000 Received: (qmail 89237 invoked by uid 500); 8 Sep 2009 11:59:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 89147 invoked by uid 500); 8 Sep 2009 11:59:15 -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 89136 invoked by uid 99); 8 Sep 2009 11:59:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 11:59:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sgtmcd@gmail.com designates 209.85.219.209 as permitted sender) Received: from [209.85.219.209] (HELO mail-ew0-f209.google.com) (209.85.219.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 11:59:07 +0000 Received: by ewy5 with SMTP id 5so1993998ewy.3 for ; Tue, 08 Sep 2009 04:58:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=gR4Ql3450u3VX9QWXRtwJR09hROOCkEAM0gH3tVyvhg=; b=c1SRhlJkcp9LrVQXEEqxjATmbcr0fzxAMHlMMPB+rEPdfQCm94vFVnOiOVAEaWrh+4 HHrvHoIjtARoZzxgQ43GOmtR4YZaqViFt6aYXbujkARXvCYTisozNUH7Mq6SfpWwWuxs LfU/pMNB7GkUH5vP2PlXXFwaBSPglIg4lgX5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=le387/fRC7hJgLoj8P+Yxs7DLZIL4SPTGGa6k/axxj9nxnXbUClXM2M/8FnwOsLVre cfFznALgb1XCTdh6ylnYUORZV/a6bbxjL4+jn0UT8DgRs8sfzhwFP1z5yuTFxWNrUboD keTH+DWkwDyNnAlKlLczz3v3TmQIH2YzSq9Ic= MIME-Version: 1.0 Received: by 10.216.87.75 with SMTP id x53mr2960462wee.13.1252411125528; Tue, 08 Sep 2009 04:58:45 -0700 (PDT) In-Reply-To: References: <3e57015f0909030651t546d444cw7377c9f765450021@mail.gmail.com> Date: Tue, 8 Sep 2009 06:58:45 -0500 Message-ID: <3e57015f0909080458s27b1b6bck5692ebecbe983252@mail.gmail.com> Subject: Re: rename document attachment From: Shawn McDermott To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6db29b5400bbe04730fb0e5 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6db29b5400bbe04730fb0e5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Thu, Sep 3, 2009 at 5:26 PM, Oliver Boermans wrote: > 2009/9/3 Shawn McDermott : > > I have a simple html/javascript app that uploads an attachment to a > > document. However, once it is uploaded I want to rename it to a > consistent > > name. Is there a way to do this in 0.9.1? > > I expect this would require some kind of middleware to handle the file > upload so the file can be renamed before it is inserted into couchdb. > If I=92m wrong I=92d love to be corrected. > Thanks. I suspected that. I was attempting to develop this simple app wit= h no need for a middle tier. --0016e6db29b5400bbe04730fb0e5--