Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

tus.io

File Uploads subtitle

tus.io Reviews and details

Screenshots and images

  • tus.io Landing page
    Landing page //
    2023-07-24

Badges

Promote tus.io. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about tus.io and what they use it for.
  • Supabase Storage: now supports the S3 protocol
    Resumable uploads are powered by the TUS protocol. The journey to get here was immensely rewarding, working closely with the TUS team. A big shoutout to the maintainers of the TUS protocol, @murderlon and @acconut, for their collaborative approach to open source. - Source: dev.to / 6 days ago
  • Ask HN: Best modern file transfer/synchronization protocol?
    If it’s one way (that wasn’t quite clear from the requirements to me). Take a look at https://tus.io/. - Source: Hacker News / 4 months ago
  • Introduction to HTTP Multipart
    HTTP/1 requests (uploads in this case) are also separate to some degree (though there are fairly stringent limits on connections per domain iirc which HTTP/2 resolves via the mentioned streams/multiplexing of connections). The problem they have specifically would be that in a single request (form post for example) those uploads will be linear. Solution really boils down to paralellizing the upload, using... - Source: Hacker News / 12 months ago
  • Supabase Storage v3: Resumable Uploads with support for 50GB files
    Hey hn, supabase ceo here This release introduces a few new features to Supabase Storage: Resumable Uploads , Quality Filters, Next.js support, and WebP support. As a reminder, Supabase Storage is for file storage, not to be confused with Postgres Storage. Resumable Uploads is the biggest update because it means that you can build more resilient apps: your users can continue uploading a file if their internet... - Source: Hacker News / about 1 year ago
  • Uploading files to ASP.NET rest API
    If you're going to upload semi large files (100 MB) and want resumability for that upload (i.e. It can resume if the connection breaks down) I would recommend using https://tus.io and tusdotnet . It's an open protocol, clients exist for a large range of languages and tusdotnet supports customizing the storage to send files directly to Azure blob storage using Xtensible.TusDotNet.Azure. Source: about 1 year ago
  • A new open-source file uploader with progress display
    I'm a huge fan of https://tus.io/ because of the multiple backends and frontends. - Source: Hacker News / about 1 year ago
  • How to upload large files (1GB+) through a RestAPI
    I usually use https://tus.io/ as the base protocol. Not too difficult to implement. Source: about 1 year ago
  • Images lost during server upload
    Have a look at https://tus.io the resumable file upload protocol. Source: over 1 year ago
  • Possible risks of uploading large videos through Blazor Server
    We use https://tus.io/ to upload large files, but it's pure JS + ASP.NET, not through Blazor. You can easily do this in Blazor Server app, but it will have JS. Source: over 1 year ago
  • File upload within a session
    Ideally, you would use something like a bucket to upload it to. Also have a look at https://tus.io. Source: over 1 year ago
  • Error Handling in HUGE File uploads in chunks
    Maybe have a look at https://tus.io. The tus protocol supports resuming uploads after a network break. I don't know how they do it exactly but it's open source (MIT), you can have a look at their code. Source: almost 2 years ago
  • How do I handle large file upload on node server so it doesn't block the event loop?
    We've used https://tus.io for chunked uploads and we quite like it. We're running the tusd reference server as a container and it's been a very smooth experience. Source: almost 2 years ago
  • Suspend / Resume multi-TB .tgz upload to glacier?
    I don’t have an answer but maybe I could point you in the right direction? Source: about 2 years ago
  • Question: the best way to upload and insert few megabytes of data?
    I work for an adult website and we allow users to upload terrabytes of data using the open source servers and clients at https://tus.io/ (checkout the servlet based backend server, and any of the clients.). Source: about 2 years ago
  • Uploading large file over HTTP
    The tus protocol works nicely for this https://tus.io/. Has multiple server and client implementations that you can use. Source: about 2 years ago
  • cloud or local storage for file uploads?
    This is the right approach. If you need more control of uploads (but I doubt you do at this point) you can look into running tusd on your server, backed by cloud storage. https://tus.io. Source: over 2 years ago
  • How do I handle someone breaking the connection in the middle of a large file upload?
    I would look at using a library that provides resumable uploads. Check out tus.io. They have a python library for the server-side as well as the client-side. This is a Flask example https://github.com/matthoskins1980/Flask-Tus. Source: over 2 years ago

Do you know an article comparing tus.io to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic tus.io discussion

Log in or Post with

This is an informative page about tus.io. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.