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 1FE1317C2F for ; Thu, 5 Nov 2015 11:31:28 +0000 (UTC) Received: (qmail 99636 invoked by uid 500); 5 Nov 2015 11:31:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 99610 invoked by uid 500); 5 Nov 2015 11:31: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 99590 invoked by uid 99); 5 Nov 2015 11:31:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 11:31:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B7AC32C1F6B for ; Thu, 5 Nov 2015 11:31:27 +0000 (UTC) Date: Thu, 5 Nov 2015 11:31:27 +0000 (UTC) From: "Sergey Shakhnazarov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-51) API: FileTransfer - Support PUT Method 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-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991563#comment-14991563 ] Sergey Shakhnazarov commented on CB-51: --------------------------------------- [~shazron] [~purplecabbage] Could you please review? https://github.com/apache/cordova-plugin-file-transfer/pull/109 https://github.com/apache/cordova-plugin-file-transfer/pull/108 https://github.com/apache/cordova-labs/pull/8 > API: FileTransfer - Support PUT Method > -------------------------------------- > > Key: CB-51 > URL: https://issues.apache.org/jira/browse/CB-51 > Project: Apache Cordova > Issue Type: New Feature > Components: BlackBerry, Plugin File Transfer, Tizen > Reporter: Shazron Abdullah > Assignee: Sergey Shakhnazarov > Priority: Minor > Fix For: 3.6.0 > > > reported at: https://github.com/phonegap/phonegap-iphone/issues/178 > by: https://github.com/berb > (This feature request is platform-agnostic and has been posted here due to the comments in #phonegap) > While the current FileTransfer provides upload capabilities similar to browsers (using HTTP POST and multipart), it would be helpful to support PUT as well. > HTTP allows to create server-side resource using the PUT method, and many RESTful webservices make use of this. Being the only way to upload binary file content from a device to a web server, FileTransfer should additionally support PUT as method. Usage might be indicated via FileUploadOptions. -- 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