TusAdvancedUpload is a plug-and-play web block for uploading large files in OutSystems Reactive or Mobile apps using the tus.io resumable upload protocol. This component enables chunked, pause-resume, and recoverable uploads, with a simple OutSystems interface and minimal setup.
Drag the TusAdvancedUpload block to your screen.
TusAdvancedUpload
Pass the required inputs like MaxFileSize.
MaxFileSize
Define logic in event actions (onSuccess, GetUploadObject, etc.).
onSuccess
GetUploadObject
Optionally, call GetFileBy_tusURL In an action to retrieve the uploaded file’s binary data.
GetFileBy_tusURL
UPLOAD_ENDPOINT
Header
accept
image/*
.pdf
Is_ProgressBar
Is_LiveStatus
upload
onProgress
onError