flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

Resumable Uploads (TUS)

Open eliasjtg opened this issue 6 years ago • 4 comments
trafficstars

It would be great to implement Resumable Uploads, I am doing an integration for Vimeo and the videos that I will upload have a very large weight to upload them in a load, luckily Vimeo has this implementation and looking for I have not yet found any component with 'TUS' implementation.

Links:

  • https://tus.io/
  • Android: https://github.com/tus/tus-android-client
  • IOS: https://github.com/tus/TUSKit

eliasjtg avatar Nov 19 '19 00:11 eliasjtg

Hi @eliasjtg - that’s a very good link and something I have on my list already, even though i will probably support Microsoft azure cloud uploads first (using the append block blob APIs).

TUS would be a welcome addition, as well.

Currently, the upload API needs some refactoring (OCP) and we will split some internal components. It should be easier to add new upload methods then. Would you be interested to contribute a TUS uploaded at some point?

ened avatar Nov 19 '19 07:11 ened

With pleasure, I am willing to help in everything in my power

eliasjtg avatar Nov 19 '19 14:11 eliasjtg

So, is there any update on resumable TUS upload, even I'm looking for this feature.

bshankar-coder avatar Feb 24 '20 10:02 bshankar-coder

Hey folks :) thank you for the great library! Are there any updates on this front, by chance? Or any leads here, that I might take a stab at implementing this?

mike-mathieu avatar Sep 17 '22 20:09 mike-mathieu