Skip to content
Tauri
Releases

@tauri-apps/plugin-upload

Functions

download()

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

Parameters

ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map< string, string >

Returns

Promise< void >

Source: index.ts:42


upload()

upload(
url,
filePath,
progressHandler?,
headers?): Promise< void >

Parameters

ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map< string, string >

Returns

Promise< void >

Source: index.ts:14


© 2024 Tauri Contributors. CC-BY / MIT