跳转到内容
Tauri

@tauri-apps/plugin-upload

此内容尚不支持你的语言。

function download(
url,
filePath,
progressHandler?,
headers?,
body?): Promise<void>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>
body?string

Promise<void>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L44


function upload(
url,
filePath,
progressHandler?,
headers?): Promise<string>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>

Promise<string>

Source: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/upload/guest-js/index.ts#L16


© 2025 Tauri Contributors. CC-BY / MIT