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