gpt4 book ai didi

c# - 如何使用asp.net C#计算文件上传和下载时间

转载 作者:行者123 更新时间:2023-11-30 18:58:25 34 4
gpt4 key购买 nike

我有一个场景需要根据连接速度计算上传文件的服务器时间。

示例:

Need to calculate time to upload files with Connection speed 256Kbps and more If connection breaks then checking the remaining time and restart the download or upload operation where it was break

最佳答案

256 Kbps = 32 KB/秒 = 32768 字节/秒。

您的文件大小为 x 字节。所以它需要 (x/32768) 秒。

如果连接断开,您应该查询接收方接收到的最后一个字节是什么,将您的文件流放到该位置并继续。

关于c# - 如何使用asp.net C#计算文件上传和下载时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1023543/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com