multipart-upload-reactive
Reactive icon

Multipart Upload Reactive

Stable version 1.1.2 (Compatible with OutSystems 11)
Uploaded
 on 19 Dec (11 hours ago)
 by 
5.0
 (4 ratings)
multipart-upload-reactive

Multipart Upload Reactive

Compatible with:
Created on OutSystems 11

Version 1.1.2

Stable
Current
See documentation
Uploaded on 07:21 (4 hours ago) by 
Compatible with:
Version 11
11.24.0 or higher
Database:
All
Release notes:

1.1.2 Updates

MultipartUpload_API:

  • Created common FormatText() Action instead of using nested Replace() function in expressions.
  • Exposed Server Actions instead of Service Actions.
Application Objects:
Multipart Upload Reactive has 11 AOs.

Version 1.1.1

Stable
See documentation
Uploaded on 02:53 (9 hours ago) by 
Compatible with:
Version 11
11.24.0 or higher
Database:
All
Release notes:

1.1.1 Updates

Improvements

  • Added "ContentType" attribute to "Str_File" structure used in "MultipartUpload_CW/Server Actions/Public/FileGet" action.
  • Centralized all JavaScript code in "MultipartUpload_CW/Scripts/MultipartUpload" resource.
Application Objects:
Multipart Upload Reactive has 11 AOs.

Version 1.1.0

Stable
See documentation
Uploaded on 11 Nov by 
Compatible with:
Version 11
11.24.0 or higher
Database:
All
Release notes:

1.1.0 Updates

Improvements

  • Updated MultipartUpload_CW/MultipartUpload_S3 Block:
    • Now stores and maps ETags from each uploaded part to the correct UploadId.
    • When completing the upload (via MultipartUpload_CS or S3_CompleteMultipartUpload), it sends the collected ETag list directly from the client side.
    • This replaces the old method of using AmazonS3_IS/Object_ListParts, which reduces unnecessary calls to the AWS SDK and boosts overall performance.
  • New Mechanism for Managing AWS S3 Credentials:
    • S3 credentials are now stored as AES-encrypted ciphertext in the database.
    • They can be managed through Admin screens (backoffice) in the MultipartUpload_AmazonS3_Config module.
    • This allows multiple modules to use the component, unlike the previous Site Properties approach (which only supported one configuration).
    • Each configuration is mapped to a specific ESpace/Module that references the MultipartUpload_CW module.
Application Objects:
Multipart Upload Reactive has 11 AOs.