6 lines
250 B
Markdown
6 lines
250 B
Markdown
# 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.
|