Create upload-data.md

This commit is contained in:
ZhangYu 2017-04-07 10:47:23 +08:00 committed by GitHub
parent 6b44692b0d
commit 05d59185b2

View file

@ -0,0 +1,6 @@
# UploadData Object
* `bytes` Buffer - Content being sent.
* `file` String - Path of file being uploaded.
* `blobUUID` String - UUID of blob data. Use [ses.getBlobData](../session.md#sesgetblobdataidentifier-callback) method
to retrieve the data.