You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading large files to WebDav servers it would be nice if we could have progress callbacks so we can be notified about the progress.
I think this could be achieved if the developer is able to specify a modified version of the RequestBody class.
An idea would be to be able to specify a RequestBodyFactory class or let the user call the private methods that take the RequestBody param(s).
Any other ideas welcome :)
The text was updated successfully, but these errors were encountered:
When uploading large files to WebDav servers it would be nice if we could have progress callbacks so we can be notified about the progress.
I think this could be achieved if the developer is able to specify a modified version of the
RequestBody
class.An idea would be to be able to specify a RequestBodyFactory class or let the user call the private methods that take the RequestBody param(s).
Any other ideas welcome :)
The text was updated successfully, but these errors were encountered: