返回介绍

WWW.uploadProgress 上传进度

发布于 2019-12-18 15:38:47 字数 844 浏览 1192 评论 0 收藏 0

JavaScript => var uploadProgress: float;
C# => float uploadProgress;

Description 描述

How far has the upload progressed (Read Only).

上传进度有多少(只读)。

This is a value between zero and one; 0 means nothing is sent yet, 1 means upload complete.

这是一个0到1的数值,0表示还没有任何数据被发送,1表示完全上传。

uploadProgress is currently not fully implemented in the Web Player. If used in a Web Player it will report 0.5 during the upload and 1.0 when the upload is complete.

uploadProgress目前没有完全在web播放器中实现,如果在web播放器中使用它将在上传的时候返回0.5,上传完成后返回1.0。

Since all sending of data to the server is done before receiving data, uploadProgress will always be 1.0 when progress is larger than 0.

由于所有的数据发送到服务器在接收数据之前完成,所以当progress大于0时,uploadProgress将总是1.0。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文