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
We're using tus-js-client in version 1.8.0. The client is now at version 2.3.0 and received major improvements regarding upload tracking and fingerprinting. We should look into upgrading the client.
In addition to this it makes sense to clean up our code base regarding uploads. At the moment most of the code lives in the huge mixins.js of the files app. It makes sense to move code into helpers dedicated to uploads.
This is also a good chance to have a look at some earlier ideas of improving the upload handling with TUS:
We're using
tus-js-client
in version 1.8.0. The client is now at version 2.3.0 and received major improvements regarding upload tracking and fingerprinting. We should look into upgrading the client.In addition to this it makes sense to clean up our code base regarding uploads. At the moment most of the code lives in the huge
mixins.js
of the files app. It makes sense to move code into helpers dedicated to uploads.This is also a good chance to have a look at some earlier ideas of improving the upload handling with TUS:
The text was updated successfully, but these errors were encountered: