# UploadTask.onProgressUpdate(function callback)
订阅上传进度变化事件回调
# 参数
# function callback
上传进度变化事件的回调
# 参数
# Object res
属性 | 类型 | 说明 |
---|---|---|
progress | number | 上传文件的进度百分比 |
totalBytesSent | number | 已经上传的文件数据长度,单位 Bytes |
totalBytesExpectedToSend | number | 预期还需要上传的数据总长度,单位 Bytes |
←
→
在线客服