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

339 B

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 method to retrieve the data.