electron/docs-translations/zh-CN/api/structures/upload-data.md
2017-04-07 10:47:23 +08:00

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.