multipart-upload-reactive
Reactive icon

Multipart Upload Reactive

Stable version 1.1.5 (Compatible with OutSystems 11)
Uploaded
 on 9 May (3 hours ago)
 by 
5.0
 (4 ratings)
multipart-upload-reactive

Multipart Upload Reactive

Details
Enables uploading large files using multi-part upload
Read more

This component implements multipart uploading to support large file handling. It uses JavaScript to split large files into smaller chunks and upload them to either the OutSystems database or AWS S3.

This component took inspiration and provide many improved functionalities from:

Release notes (1.1.5)

Bug fixes

  • MultipartUpload & MultipartUpload_S3: Fixed a race condition where triggerSingleFileUploadComplete was called before the multipart upload had finished processing.
    • Occurrence: When using multipart upload (files larger than 20MB), triggerSingleFileUploadComplete would fire prematurely before the upload was fully complete.
    • Root cause: triggerSingleFileUploadComplete was invoked outside the completeMultipartUpload callback, causing it to execute before the async operation resolved.
    • Solution: Moved triggerSingleFileUploadComplete inside the .then() handler of completeMultipartUpload, ensuring it only fires once the upload is fully complete.
License (1.1.5)
Reviews (3)
by 
2025-10-24
in version 1.0.1
Exactly what I needed. Thanks!
by 
2025-07-07
in version 0.1.0
Great work! This component solves a very common pain point in Reactive Web – uploading large files reliably.
by 
2025-07-07
in version 0.1.0
I have never used such a good forge before. Outsystems should consider including it in the default UI module. Thanks to Programmer Luong for creating this product
Team
Other assets in this category