Live data from Hacker News

A new open-source file uploader with progress display

progress-up.live

1–4 of 4 posts

Re: A new open-source file uploader with progress display

#3

This is an attempt to create a simple useful and functional file uploader using HTTP(s) with progress display. The frameworks supported are: - React - Vue - Angular - Svelte Enjoy. -Girish

Thanks for sharing! Are there any backends for other languages like php or java? Or do i need node.js to use this? I'm a huge fan of https://tus.io/ because of the multiple backends and frontends

Re: A new open-source file uploader with progress display

#4
post #3

This is an attempt to create a simple useful and functional file uploader using HTTP(s) with progress display. The frameworks supported are: - React - Vue - Angular - Svelte Enjoy. -Girish

Thanks for sharing! Are there any backends for other languages like php or java? Or do i need node.js to use this? I'm a huge fan of https://tus.io/ because of the multiple backends and frontends

No, but it works with any backend.

I did not implement tus in frontend.

If uploads get broken then I may need to build one.

I am not sure, so I left it. If there is enough interest I could build that.