TusAdvancedUpload is a powerful, plug-and-play web block built for resumable file uploads using the TUS protocol. This component leverages Tus.js and enables developers to implement advanced, chunked file upload functionality in Reactive Web and Mobile applications with minimal setup.
It provides a complete set of client-side controls and server-side tools to upload, monitor, and retrieve large files reliably and efficiently, even across network interruptions.
Resumable & Reliable Uploads using the TUS protocol
Upload Pause, Resume, and Cancel options
Upload Progress Events and Live Status
Customizable Headers and Accept File Types
Supports Large File Uploads in chunks
Retrieve a Binary File by Upload URL using a built-in server action
Drag-and-Drop Integration – just drop the web block in your screen!
Resumable Upload Support
Added logic to detect and list previous incomplete uploads using findPreviousUploads().
findPreviousUploads()
Introduced a user prompt to resume a previously interrupted upload session using resumeFromPreviousUpload().
resumeFromPreviousUpload()
This allows seamless continuation of large file uploads after network interruptions or page reloads.