electron/docs/api/structures/upload-file.md

10 lines
313 B
Markdown
Raw Normal View History

2016-10-20 10:17:16 +00:00
# Upload File Object
2016-10-12 18:05:35 +00:00
* `type` String - `file`.
* `filePath` String - Path of file to be uploaded.
* `offset` Integer - Defaults to `0`.
* `length` Integer - Number of bytes to read from `offset`.
Defaults to `0`.
* `modificationTime` Double - Last Modification time in
number of seconds sine the UNIX epoch.