Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 823B497CB for ; Sat, 23 Jun 2012 17:43:16 +0000 (UTC) Received: (qmail 94397 invoked by uid 500); 23 Jun 2012 17:43:16 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 94368 invoked by uid 500); 23 Jun 2012 17:43:16 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 94357 invoked by uid 99); 23 Jun 2012 17:43:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2012 17:43:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.leroux@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2012 17:43:11 +0000 Received: by obcva7 with SMTP id va7so3731030obc.6 for ; Sat, 23 Jun 2012 10:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VyamTELjUMIZH9Z18yN45kKQ6e9IRwAlHmeS5ppkZYE=; b=HNczO34UsDTUHySMnXNyKAbxOI8UMZ0MoKERrbJs4P1mlZWepcnunVoKfBukpVd1H3 j9UBOReljYKFgofnM2vCvWUuw0bQDS9gc+o3wW1tv9T//B3hK1SwtUvkBSU9gpdoiHdB yAKbXuzCunLoITM/CGSBU0humxlPgj9Qfpa5t9ZgfwbEqnDayHtgJSHMdJqEglXEEyes +qWwVNq5tL7LiAqBphz2MFJ623WCT2eKfj0BgcotO56qslLlmFuTgTJgn0UVolCV2t31 M8O6WbAbYSzVWRbmmZLe3oHHXXPHeFBj/aLWk0HeKookViRc2pPugfNqA9aQmWxYsnJS 50Mg== MIME-Version: 1.0 Received: by 10.50.181.232 with SMTP id dz8mr4685139igc.72.1340473370306; Sat, 23 Jun 2012 10:42:50 -0700 (PDT) Sender: brian.leroux@gmail.com Received: by 10.231.53.197 with HTTP; Sat, 23 Jun 2012 10:42:50 -0700 (PDT) In-Reply-To: <6977521337575177@unknownmsgid> References: <6977521337575177@unknownmsgid> Date: Sat, 23 Jun 2012 13:42:50 -0400 X-Google-Sender-Auth: Y8YjJL2w5fl0QucDU20COSO8pIg Message-ID: Subject: Re: Enlighten me on the point of the FileTransfer API From: Brian LeRoux To: "callback-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=14dae934064b11669a04c3274766 X-Virus-Checked: Checked by ClamAV on apache.org --14dae934064b11669a04c3274766 Content-Type: text/plain; charset=ISO-8859-1 Heh! On Friday, June 22, 2012, Jesse MacFadyen wrote: > FileTransfer makes lots of sense! > Think binary. > > Cheers, > Jesse > > > On 2012-06-22, at 5:50 PM, Dave Johnson > > wrote: > > > Yah it's essentially xhr2. > > > > Android < 4 (amongst others) doesn't have xhr2 tho. > > > > On Friday, June 22, 2012, Gord Tanner wrote: > > > >> Looking at: > >> > http://docs.phonegap.com/en/1.8.1/cordova_file_file.md.html#FileTransfer > >> > >> I am wondering why we need to go to native for this API and what the use > >> case is for it? > >> > >> Why wouldn't we just end up routing these calls to an XHR form post in > the > >> browser? (and XHR for download). > >> > >> Gord > >> > --14dae934064b11669a04c3274766--