Create upload-data.md
This commit is contained in:
parent
6b44692b0d
commit
05d59185b2
1 changed files with 6 additions and 0 deletions
6
docs-translations/zh-CN/api/structures/upload-data.md
Normal file
6
docs-translations/zh-CN/api/structures/upload-data.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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.
|
Loading…
Reference in a new issue