electron/docs/api/structures/upload-data.md
2019-06-27 14:20:29 -07:00

7 lines
339 B
Markdown

# UploadData Object
* `contentType` String (optional) - Content type of the content to be sent.
* `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.