-
Notifications
You must be signed in to change notification settings - Fork 123
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
[Feature request] Multipart request progress support #362
Comments
When looking at the example it looks like its actually using the I think it take a bit more investigation on figuring out how too get the progress :) |
Looks to me that the easy way to do this would be to extend the http packages MultipartRequest and override the finalize method to include the progress callback. |
Haven't had the time to further investigate this. There is also this dart-lang/http#728 PR which has a bit more attention and also adds a upload progress to the http client. Would be nice if it was included and easier intergrading in chopper. But that no guarantee. What I did look into was that it might be possible to |
It would be great to have a way to get the upload progress of multipart requests. An example of how to achieve this with http package can be found here.
Maybe by adding a new annotation? Something like:
The text was updated successfully, but these errors were encountered: