From a9470ff1cc313be542f625f857d33fb14a520d6f Mon Sep 17 00:00:00 2001 From: daserge Date: Mon, 7 Dec 2015 12:53:03 +0300 Subject: [PATCH] CB-9600 FileUploadOptions params not posted on iOS Documents supported params key/value type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)