Open Protocol for Resumable File Uploads
1–10 of 45 posts
Re: Open Protocol for Resumable File Uploads
#2Re: Open Protocol for Resumable File Uploads
#3Uhh, 206 partial content??
Re: Open Protocol for Resumable File Uploads
#4Uhh, 206 partial content??
206 is for downloads, not uploads.
Re: Open Protocol for Resumable File Uploads
#5Re: Open Protocol for Resumable File Uploads
#6rsync?
Yes I know this is mainly for browsers.
Re: Open Protocol for Resumable File Uploads
#7The HTML5 FileAPI has been around for a few years now yet a lot of sites don't support resumable uploads. I know it adds a bunch of complexity server side as you have to restitch those pieces together but it makes for a good user experience.
Re: Open Protocol for Resumable File Uploads
#8This came a long way since 2013. Congrats, looks very robust now!
Re: Open Protocol for Resumable File Uploads
#9What’s wrong with HTTP PUT with Content-Range?
Re: Open Protocol for Resumable File Uploads
#10Was just casually (well ok maybe it’s more compulsive than that) browsing HN and was pleasantly surprised to find tus on the front page. I’m one of the core contributors and happy to answer questions. Although it’s late here so it may take a few hours while I’m asleep :)