2016-10-14 00:37:36 +00:00
|
|
|
# UploadData Object
|
2016-10-13 06:30:57 +00:00
|
|
|
|
|
|
|
* `bytes` Buffer - Content being sent.
|
|
|
|
* `file` String - Path of file being uploaded.
|
2019-04-30 14:08:33 +00:00
|
|
|
* `blobUUID` String - UUID of blob data. Use [ses.getBlobData](../session.md#sesgetblobdataidentifier method
|
2016-10-13 06:30:57 +00:00
|
|
|
to retrieve the data.
|