This commit is contained in:
deepak1556 2016-08-23 06:29:44 +05:30
parent 0fb2339e3d
commit a23e7ecf8f
2 changed files with 10 additions and 0 deletions

View file

@ -93,6 +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.
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