-
Notifications
You must be signed in to change notification settings - Fork 437
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
webdav doesn't support upload progress since v5 #11153
Comments
cc @marcoambrosini @szaimen since we can't get the data to fill a progress bar, maybe replace it with a spinner on top of file preview? |
Or keep it with a wrong state until the lib fixed it. It's planned to fix it, right? |
We can fake a progress bar filling up, until library will be ready for it, though |
Okay, reading the linked tickets it seems it's not planned to fix this ever. |
I think that this is a very essential feature, both in Talk and in Files. We should give it priority. It looks like it is possible to measure this, can you have a stab at that? perry-mitchell/webdav-client#319 (comment) |
Library accepts and returns Stream.Readable / Stream.Writable, which are part of Node.js API, there is nothing we can use in browser. A note from Readme:
|
Differences coming with a new lib
Tests don't consider remote requests to server (time to send/receive), so results could differ drastically in production So, it works fine in general, but:
|
Reference: https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md#v500
The text was updated successfully, but these errors were encountered: