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 9B33F9DE9 for ; Tue, 3 Apr 2012 23:28:35 +0000 (UTC) Received: (qmail 73450 invoked by uid 500); 3 Apr 2012 23:28:35 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 73429 invoked by uid 500); 3 Apr 2012 23:28:35 -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 73418 invoked by uid 99); 3 Apr 2012 23:28:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 23:28:35 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 23:28:29 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKT3uHiLR3Z3XX/+DIHZCYrM13hQLYrASi@postini.com; Tue, 03 Apr 2012 16:28:09 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q33NQ2J0014808 for ; Tue, 3 Apr 2012 16:26:03 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q33NS63P017953 for ; Tue, 3 Apr 2012 16:28:06 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.192.1; Tue, 3 Apr 2012 16:28:05 -0700 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%12]) with mapi; Tue, 3 Apr 2012 16:28:05 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Tue, 3 Apr 2012 16:29:16 -0700 Subject: Re: What does the "debug" parameter in FIleTransfer.upload do? Thread-Topic: What does the "debug" parameter in FIleTransfer.upload do? Thread-Index: Ac0R8WtubRtw7y5NSPu730uj5o4vHw== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Looks like on Android it gets sent into the upload method as the "trustEveryone" parameter: https://github.com/filmaj/incubator-cordova-android/blob/master/framework/s rc/org/apache/cordova/FileTransfer.java#L222 On 4/3/12 4:20 PM, "Shazron" wrote: >https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plug >in/FileTransfer.js#L18 >http://docs.phonegap.com/en/1.5.0/phonegap_file_file.md.html#FileTransfer > >I'm currently fixing https://issues.apache.org/jira/browse/CB-433 and >want to know if I should handle this since it's not in the docs, or >discard it. chunkedMode iOS is not handling it, I'll add a doc issue >for it.