Updated Branches: refs/heads/master 74aa66c55 -> 5a31f7fc2
Fixed CB-347 - Add iOS Quirk for FileUploadOptions (does not handle chunkedMode parameter) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/5a31f7fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/5a31f7fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/5a31f7fc Branch: refs/heads/master Commit: 5a31f7fc20ce43dc724713522d2067ce9e0959e1 Parents: 74aa66c Author: Shazron Abdullah <shaz...@gmail.com> Authored: Fri Apr 6 01:38:35 2012 -0700 Committer: Shazron Abdullah <shaz...@gmail.com> Committed: Fri Apr 6 01:38:35 2012 -0700 ---------------------------------------------------------------------- .../file/fileuploadoptions/fileuploadoptions.md | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5a31f7fc/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md b/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md index 1e07fe3..b63d1b2 100644 --- a/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md +++ b/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md @@ -17,3 +17,9 @@ Description ----------- A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script. + +iOS Quirk +--------- + +- __chunkedMode:__ + This parameter is ignored on iOS.