From bc7bea2443ee13a18eb7faac8af4e0cfc45f68f9 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 9 Nov 2023 09:07:31 +0100 Subject: [PATCH] Update tus_upload.md --- docs/apis/http/tus_upload.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/apis/http/tus_upload.md b/docs/apis/http/tus_upload.md index ddefadfdf..4d8e80ce0 100644 --- a/docs/apis/http/tus_upload.md +++ b/docs/apis/http/tus_upload.md @@ -8,8 +8,7 @@ geekdocFilePath: tus_upload.md geekdocCollapseSection: true --- -Infinite Scale supports the tus resumable-upload protocol. -which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. +Infinite Scale supports the tus resumable-upload protocol, which is a robust, modular, and open protocol designed to resume large file uploads reliably over HTTP. In situations where file uploads might be interrupted due to network issues, browser crashes, or other unforeseen interruptions, tus ensures that uploads can be resumed from the point of failure without losing data. This documentation shows some basic examples, refer [Tus Official Site](https://tus.io/protocols/resumable-upload) for more details.