mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
10 lines
313 B
Markdown
10 lines
313 B
Markdown
# UploadFile Object
|
|
|
|
* `type` 'file' - `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 since the UNIX epoch.
|