uploadFile Method
Upload a file.
uploadFile(requestContext: AuthorizedClientRequestContext, uploadUrlString: string, path: string, progress?: (progress: ProgressInfo) => void): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| requestContext | AuthorizedClientRequestContext | The client request context |
| uploadUrlString | string | |
| path | string | Path of the file to be uploaded. |
| progress | (progress: ProgressInfo) => void |
Defined in
Last Updated: 08 January, 2020