Skip to content

Commit

Permalink
Rewrite Uploader to use fs-capacitor #3098
Browse files Browse the repository at this point in the history
This allows for upload to start almost immediately without having to first download the file.
And it allows for uploading bigger files, because transloadit assembly will not timeout,
as it will get upload progress events all the time.
No longer need for illusive progress.
Also fix eslint warnings and simplify logic

Still TODO: TUS pause/resume has a bug:
tus/tus-js-client#275
  • Loading branch information
mifi committed Sep 2, 2021
1 parent 55370c5 commit f406288
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 275 deletions.

0 comments on commit f406288

Please sign in to comment.