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 44A9AF8E5 for ; Thu, 21 Mar 2013 21:41:16 +0000 (UTC) Received: (qmail 46906 invoked by uid 500); 21 Mar 2013 21:41:16 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 46882 invoked by uid 500); 21 Mar 2013 21:41:16 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 46636 invoked by uid 99); 21 Mar 2013 21:41:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 21:41:16 +0000 Date: Thu, 21 Mar 2013 21:41:15 +0000 (UTC) From: "Jason Milkins (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=13609525#comment-13609525 ] Jason Milkins commented on CB-51: --------------------------------- Thanks I'll get this in over the weekend, if not sooner. > 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.7.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