apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
597 stars 886 forks source link

Added support for PATCH request uploads #86

Closed alvaromb closed 8 years ago

alvaromb commented 9 years ago

Adds support to PATCH request uploads. Keeps POST as default fallback.

daserge commented 8 years ago

@alvaromb, thanks for your contribution! Please sign the ICLA so that this code could be merged in:http://www.apache.org/dev/new-committers-guide.html#cla

Added a Jira issue: CB-9928 Add support for PATCH request uploads. Please rename the PR and commit message to match the Jira title (to be CB-9928 prefixed at least) to enable Jira + Github integration hooks.

Consider adding a test case to client and server.

daserge commented 8 years ago

The docs should be updated as well.