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 321EFE191 for ; Wed, 9 Jan 2013 19:50:15 +0000 (UTC) Received: (qmail 9076 invoked by uid 500); 9 Jan 2013 19:50:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 9029 invoked by uid 500); 9 Jan 2013 19:50:14 -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 8983 invoked by uid 500); 9 Jan 2013 19:50:14 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 8973 invoked by uid 99); 9 Jan 2013 19:50:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 19:50:14 +0000 Date: Wed, 9 Jan 2013 19:50:14 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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:all-tabpanel ] Shazron Abdullah updated CB-51: ------------------------------- Fix Version/s: (was: 2.4.0) 2.5.0 > 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: iOS > Reporter: Shazron Abdullah > Priority: Minor > Fix For: 2.5.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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira