Update tus_upload.md

This commit is contained in:
Michael Barz
2023-11-09 09:07:31 +01:00
committed by GitHub
parent d047160c92
commit bc7bea2443

View File

@@ -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.