Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
Multipart Upload Reactive
Multipart Upload Reactive
Stable version
1.1.5
(Compatible with
OutSystems 11
)
Uploaded
on
9 May (5 hours ago)
by
5.0
(4 ratings)
Overview
Reviews
Versions
Documentation
Support
Multipart Upload Reactive
Compatible with:
OutSystems
11
Created on OutSystems 11
Version 1.1.5
Stable
Current
See documentation
Uploaded on 02:19 (3 hours ago) by
Compatible with:
Version 11
↳
11.24.0 or higher
Database:
All
Release notes:
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:
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Application Objects:
Multipart Upload Reactive
has 11
AOs
.
Version 1.1.4
Stable
See documentation
Uploaded on 9 Jan by
Compatible with:
Version 11
↳
11.24.0 or higher
Database:
All
Release notes:
Improvements:
Performed minor architectural refactoring by moving the polling action "CheckHasProcessFinished" from "MultipartUpload_CS" to "MultipartUpload_CW" to improve code maintainability and separation of concerns.
License:
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Application Objects:
Multipart Upload Reactive
has 11
AOs
.
Version 1.1.3
Stable
See documentation
Uploaded on 21 December 2025 by
Compatible with:
Version 11
↳
11.24.0 or higher
Database:
All
Release notes:
Improvements:
Refactored the "MultipartUpload_CW/Client Actions/MultipartUpload/CompleteMultipartUpload" Action to implement BPT & short-polling for file part concatenation, replacing the previous single-Server Action approach where you had to increase the "Server Request Timeout" property based on the upload file size.
Decoupled AWS S3-related components from the "MultipartUpload_CS" module to a separate "MultipartUpload_AmazonS3_CS" module, improving modularity and enabling independent updates to S3-specific functionality.
License:
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Application Objects:
Multipart Upload Reactive
has 11
AOs
.
Loading
Loading...