Skip to main content

core.medplumclient.uploadwithprogress

Home > @medplum/core > MedplumClient > uploadwithProgress

MedplumClient.uploadwithProgress() method

Signature:

uploadwithProgress(url: URL, data: BinarySource, contentType: string, onProgress: (e: ProgressEvent) => void, options?: RequestInit): Promise<any>;

Parameters

ParameterTypeDescription
urlURL
dataBinarySource
contentTypestring
onProgress(e: ProgressEvent) => void
optionsRequestInit(Optional)

Returns:

Promise<any>