Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 6c253e832 -> 25de5332c
Fix for https://issues.apache.org/jira/browse/CB-4674 https://issues.apache.org/jira/browse/CB-4674 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/4879a095 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/4879a095 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/4879a095 Branch: refs/heads/master Commit: 4879a0955334a7fee11cfbc89dd8815021c3a978 Parents: aebe887 Author: Kiran <[email protected]> Authored: Tue Oct 28 22:02:25 2014 +0530 Committer: Kiran <[email protected]> Committed: Tue Oct 28 22:02:25 2014 +0530 ---------------------------------------------------------------------- doc/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4879a095/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 48b14b2..22306bc 100644 --- a/doc/index.md +++ b/doc/index.md @@ -68,9 +68,9 @@ __Parameters__: - __server__: URL of the server to receive the file, as encoded by `encodeURI()`. -- __successCallback__: A callback that is passed a `Metadata` object. _(Function)_ +- __successCallback__: A callback that is passed a `FileUploadResult` object. _(Function)_ -- __errorCallback__: A callback that executes if an error occurs retrieving the `Metadata`. Invoked with a `FileTransferError` object. _(Function)_ +- __errorCallback__: A callback that executes if an error occurs retrieving the `FileUploadResult`. Invoked with a `FileTransferError` object. _(Function)_ - __options__: Optional parameters _(Object)_. Valid keys: - __fileKey__: The name of the form element. Defaults to `file`. (DOMString) @@ -179,7 +179,7 @@ __Parameters__: - __successCallback__: A callback that is passed a `FileEntry` object. _(Function)_ -- __errorCallback__: A callback that executes if an error occurs when retrieving the `Metadata`. Invoked with a `FileTransferError` object. _(Function)_ +- __errorCallback__: A callback that executes if an error occurs when retrieving the `FileEntry`. Invoked with a `FileTransferError` object. _(Function)_ - __trustAllHosts__: Optional parameter, defaults to `false`. If set to `true`, it accepts all security certificates. This is useful because Android rejects self-signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
