6 lines
263 B
Markdown
6 lines
263 B
Markdown
# UploadData Object
|
|
|
|
* `bytes` Buffer - Content being sent.
|
|
* `file` string (optional) - Path of file being uploaded.
|
|
* `blobUUID` string (optional) - UUID of blob data. Use [ses.getBlobData](../session.md#sesgetblobdataidentifier) method
|
|
to retrieve the data.
|