Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教一下实现多线程上传的思路 #59

Open
gene9831 opened this issue Sep 15, 2020 · 1 comment
Open

请教一下实现多线程上传的思路 #59

gene9831 opened this issue Sep 15, 2020 · 1 comment

Comments

@gene9831
Copy link

Microsoft Graph API 中,有这样一句话:必须按顺序上传文件的片段。 不按顺序上载文件的片段将导致错误。言下之意就是规定只能够单线程上传。
请教一下大佬,多线程上传的思路

@gene9831 gene9831 changed the title 请教一下多线程上传的思路 请教一下实现多线程上传的思路 Sep 15, 2020
@chxin579
Copy link

chxin579 commented Oct 3, 2020

单文件不能多线程,但是你可以多个文件同时上传啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants