Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52BE718D73 for ; Wed, 21 Oct 2015 18:25:29 +0000 (UTC) Received: (qmail 42511 invoked by uid 500); 21 Oct 2015 18:25:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 42425 invoked by uid 500); 21 Oct 2015 18:25:28 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 41996 invoked by uid 99); 21 Oct 2015 18:25:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2015 18:25:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4AB292C1F6D for ; Wed, 21 Oct 2015 18:25:28 +0000 (UTC) Date: Wed, 21 Oct 2015 18:25:28 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-7507) Params Not Sent Over HTTPS when using File Upload Plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-7507: --------------------------- Labels: Android (was: ) Component/s: (was: Android) > Params Not Sent Over HTTPS when using File Upload Plugin > -------------------------------------------------------- > > Key: CB-7507 > URL: https://issues.apache.org/jira/browse/CB-7507 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File Transfer > Affects Versions: 3.5.0 > Environment: Android 4.4.4 > Reporter: Robbie Elias > Labels: Android > > The title says it all, I can't access any POST variables in my PHP code when completing the file transfer over HTTPS. However, this works fine when I use HTTP. > Here's my code: > {code} > var options = new FileUploadOptions(); > options.fileKey = "file"; > options.fileName = imageURI.substr(imageURI.lastIndexOf('/') + 1); > options.mimeType = "text/plain"; > var params = {}; > params.userid = localStorage.userid; > options.params = params; > var ft = new FileTransfer(); > ft.upload(imageURI, encodeURI("https://www.mywebsite.com/upload.php"), win, fail, options); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org