mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 06:49:49 -05:00
Merge pull request #7692 from owncloud/tus-spelling
[docs-only] Update tus_upload.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "tus Upload"
|
||||
title: "Resumable Upload"
|
||||
date: 2023-10-10T00:00:00+00:00
|
||||
weight: 21
|
||||
geekdocRepo: https://github.com/owncloud/ocis
|
||||
@@ -8,8 +8,7 @@ geekdocFilePath: tus_upload.md
|
||||
geekdocCollapseSection: true
|
||||
---
|
||||
|
||||
Infinite Scale supports the tus resumable-upload protocol.
|
||||
tus 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.
|
||||
|
||||
Reference in New Issue
Block a user