OneDriveRestAPI icon indicating copy to clipboard operation
OneDriveRestAPI copied to clipboard

File Upload Progress

Open shelland opened this issue 11 years ago • 1 comments

Is it possble to report a progress using current implementation (HttpClient)? I guess it is possible using WebClient and it's built-in progress events, but it will take a lot of time to rewrite current code to use WebClient...Thanks in advance.

shelland avatar Oct 28 '14 10:10 shelland

Have you considered using a ProgressMessageHandler (available via the Microsoft ASP.NET Web API 2 Client NuGet package) to provide your own HttpClient?

saguiitay avatar Oct 28 '14 10:10 saguiitay