You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/07/17 07:33:05 UTC

docs commit: Chunked upload now implemented on iOS.

Updated Branches:
  refs/heads/master db246d71e -> c00bf8c38


Chunked upload now implemented on iOS.

Relevant commit: 07f2c0053246e73a52a4b64e710093e337d55b9f


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/c00bf8c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/c00bf8c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/c00bf8c3

Branch: refs/heads/master
Commit: c00bf8c38165c289c58d387a8740c84a4f329920
Parents: db246d7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Jul 16 14:01:42 2012 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Jul 16 22:32:52 2012 -0700

----------------------------------------------------------------------
 .../file/fileuploadoptions/fileuploadoptions.md    |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/c00bf8c3/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 440fbc2..19ebf4b 100644
--- a/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/docs/en/edge/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -37,12 +37,6 @@ 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.
-
 WP7 Quirk
 ---------