2016-10-14 11:37:36 +11:00
|
|
|
# UploadData Object
|
2016-10-13 17:30:57 +11:00
|
|
|
|
|
|
|
* `bytes` Buffer - Content being sent.
|
2021-11-16 05:13:18 +01: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 17:30:57 +11:00
|
|
|
to retrieve the data.
|