Skip to content

@tauri-apps/plugin-upload

Defined in: plugins/upload/guest-js/index.ts:16

Patch: "PATCH";

Defined in: plugins/upload/guest-js/index.ts:19

Post: "POST";

Defined in: plugins/upload/guest-js/index.ts:17

Put: "PUT";

Defined in: plugins/upload/guest-js/index.ts:18

function download(
url,
filePath,
progressHandler?,
headers?,
body?): Promise<void>;

Defined in: plugins/upload/guest-js/index.ts:53

Parameter Type
url string
filePath string
progressHandler? ProgressHandler
headers? Map<string, string>
body? string

Promise<void>


function upload(
url,
filePath,
progressHandler?,
headers?,
method?): Promise<string>;

Defined in: plugins/upload/guest-js/index.ts:22

Parameter Type
url string
filePath string
progressHandler? ProgressHandler
headers? Map<string, string>
method? HttpMethod

Promise<string>


© 2026 Tauri Contributors. CC-BY / MIT