You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2015/12/07 11:05:16 UTC

cordova-plugin-file-transfer git commit: CB-9600 FileUploadOptions params not posted on iOS

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 866349eb8 -> a9470ff1c


CB-9600 FileUploadOptions params not posted on iOS

Documents supported params key/value type


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/a9470ff1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/a9470ff1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/a9470ff1

Branch: refs/heads/master
Commit: a9470ff1cc313be542f625f857d33fb14a520d6f
Parents: 866349e
Author: daserge <v-...@microsoft.com>
Authored: Mon Dec 7 12:53:03 2015 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Mon Dec 7 12:53:03 2015 +0300

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/a9470ff1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d280b2a..8138fe0 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ __Parameters__:
   - __fileName__: The file name to use when saving the file on the server.  Defaults to `image.jpg`. (DOMString)
   - __httpMethod__: The HTTP method to use - either `PUT` or `POST`. Defaults to `POST`. (DOMString)
   - __mimeType__: The mime type of the data to upload.  Defaults to `image/jpeg`. (DOMString)
-  - __params__: A set of optional key/value pairs to pass in the HTTP request. (Object)
+  - __params__: A set of optional key/value pairs to pass in the HTTP request. (Object, key/value - DOMString)
   - __chunkedMode__: Whether to upload the data in chunked streaming mode. Defaults to `true`. (Boolean)
   - __headers__: A map of header name/header values. Use an array to specify more than one value.  On iOS, FireOS, and Android, if a header named Content-Type is present, multipart form data will NOT be used. (Object)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org