小程序下載監聽下載進度onProgressUpdate
DownloadTask.onProgressUpdate(function callback)
基礎庫 1.4.0 開始支持,低版本需做兼容處理。
小程序插件:支持
監聽下載進度變化事件
參數
function callback
下載進度變化事件的回調函數
參數
Object res
屬性 類型 說明
progress number 下載進度百分比
totalBytesWritten number 已經下載的數據長度,單位 Bytes
totalBytesExpectedToWrite number 預期需要下載的數據總長度,單位 Bytes
- 小程序文件上傳wx.uploadFile
- 將本地資源上傳到服務器。客戶端發起一個 HTTPS POST 請求,其中 content-type 為 multipart/form-data。使用前請注意閱讀相關說明。
- 04-08 關注:0