gpt4 book ai didi

ios - iOS NSUrlConnection检查上传速度

转载 作者:行者123 更新时间:2023-12-01 19:02:04 29 4
gpt4 key购买 nike

我将文件上传到HTTP服务器。我知道我可以使用

- (void)connection:(NSURLConnection *)connection didSendBodyData:(NSInteger)bytesWritten totalBytesWritten:(NSInteger)totalBytesWritten totalBytesExpectedToWrite:(NSInteger)totalBytesExpectedToWrite
方法获得上传进度
但是有什么办法可以提高上传速度?

最佳答案

question我得到了这个答案,尽管它是关于下载速度的,但是您也可以从中计算出上传速度。测量上载的字节差和调用代理之间的时间差,然后可以计算正在进行的速度,以每秒字节数(或其他时间单位)为单位。

another answer可以为您提供帮助。 One more reference(从评论中添加)。

希望这可以帮助 .. :)

关于ios - iOS NSUrlConnection检查上传速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22142909/

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