valor-software / ng2-file-upload

Easy to use Angular components for files upload
http://valor-software.github.io/ng2-file-upload/
MIT License
1.91k stars 662 forks source link

New maintainer needed #1111

Open yadue opened 5 years ago

yadue commented 5 years ago

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 commented 5 years ago

calling @earshinov @PauloPeres @koenvanderlinden @duykhang53 @dcantu476 @swimlane @deshack

deshack commented 5 years ago

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

duykhang53 commented 5 years ago

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

karljv commented 4 years ago

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

PauloPeres commented 4 years ago

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

deshack commented 4 years ago

@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 :)

dcantu476 commented 4 years ago

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!