fix docs and update specs

This commit is contained in:
deepak1556 2016-08-23 11:29:21 +05:30
parent d2e40d4fc1
commit be4bc6b7ef
3 changed files with 68 additions and 4 deletions

View file

@ -93,7 +93,7 @@ The `uploadData` is an array of `data` objects:
* `data` Object
* `bytes` Buffer - Content being sent.
* `file` String - Path of file being uploaded.
* `blobUUId` String - UUID of blob data.
* `blobUUID` String - UUID of blob data.
To handle the `request`, the `callback` should be called with either the file's
path or an object that has a `path` property, e.g. `callback(filePath)` or