core.medplumclient.uploadwithprogress
Home > @medplum/core > MedplumClient > uploadwithProgress
MedplumClient.uploadwithProgress() method
Signature:
uploadwithProgress(url: URL, data: BinarySource, contentType: string, onProgress: (e: ProgressEvent) => void, options?: MedplumRequestOptions): Promise<any>;
Parameters
Parameter  | Type  | Description  | 
|---|---|---|
url  | URL  | |
data  | ||
contentType  | string  | |
onProgress  | (e: ProgressEvent) => void  | |
options  | (Optional)  | 
Returns:
Promise<any>