valor-software/ng2-file-upload

New maintainer needed

Opened this issue · 7 comments

yadue commented

It's been already 2 years without any new pull request merged or even single commit. It's time to add new maintainers to be added or even taking over the npm package. Is anyone here ready for taking ownership of this package?

@yadue using it in more than one project, so willing to help. I don't have enough time to take it over though.

I'm not getting used to unit test yet. I may need to be supported by others.

Also using it extensively in a large scale project, so I am willing to help out.

Hey guys, i took the liberty to re-do it
all automatic tests are not working yet did not had time
https://github.com/myog-io/ngx-chunk-file-upload
It's on npm as well, working with a Service to make it more controllable by us
Appreciate any help
Again is not fully tested any help with the test automation is welcome

@yadue I can now take this repo over as a maintainer.
We, as I think many others, heavily rely on it working properly, so raising a hand now to be added as maintainer.

Too many isssues open right now :)

I think you'll find it easier to build a simple reusable UI or download a popular package for doing uploads. Then wire the UI into Angular's HttpClient, which easily and readily supports file uploads without issues.

That is what I ended up doing. This allows you to take full advantage of any interceptors you've build, and avoid re-doing any authentication.

https://angular.io/guide/http#listening-to-progress-events

@yadue Thanks for the mention! Sorry it took me so long to reply!