tusStandard
TusStandard is a protocol designed for resumable file uploads in web applications. It was created by Transloadit, a company specializing in file processing and media handling. The protocol aims to provide a standardized way for clients to upload large files to servers, allowing for resumable uploads, which means that if an upload is interrupted, it can be resumed from the point of interruption rather than starting over.
The TusStandard protocol operates over HTTP and uses the HTTP PATCH method to upload file chunks. It
One of the key advantages of TusStandard is its simplicity and flexibility. It does not impose any
TusStandard has gained popularity in the developer community due to its ease of use and the fact