Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-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 2FE6F1951F for ; Sat, 16 Apr 2016 00:13:41 +0000 (UTC) Received: (qmail 36983 invoked by uid 500); 16 Apr 2016 00:13:40 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 36939 invoked by uid 500); 16 Apr 2016 00:13:40 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 36928 invoked by uid 99); 16 Apr 2016 00:13:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2016 00:13:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 522D3DFB95; Sat, 16 Apr 2016 00:13:40 +0000 (UTC) From: spacegraym3 To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-file-transfer pull request: Multipart related Content-Type: text/plain Date: Sat, 16 Apr 2016 00:13:40 +0000 (UTC) GitHub user spacegraym3 opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/142 Multipart related Adding support for multipart related instead of multipart form. You can merge this pull request into a Git repository by running: $ git pull https://github.com/spacegraym3/cordova-plugin-file-transfer multipart-related Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-file-transfer/pull/142.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #142 ---- commit 9be34d0b3b382834143f65b27c5edaa286d374ab Author: chiriyankandath_c Date: 2016-04-15T23:10:30Z Buffer size increased to 64kb, New constants for linefeed and boundary, fileKey param (option 2) is the multipart/related file id metadata, Using multipart/related instead of multipart/formdata, Using POST data multipart format as per multipart/related requirements commit 3f649ba79037007581684ca897d2291f524464f0 Author: chiriyankandath_c Date: 2016-04-15T23:24:52Z Buffer size increased to 64kb, fileKey param (option 2) is the multipart/related file id metadata, Using multipart/related instead of multipart/formdata, Using POST data multipart format as per multipart/related requirements ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org