Created on 10 July 2018
icon_unfollowing
Login to follow
multipart-form-data

Multipart/form-data

Stable version 4.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 18 April 2022 by 
multipart-form-data

Multipart/form-data

Created on OutSystems 11

Version 4.0.2

Stable
Current
Application Package
Uploaded on 18 April 2022 by 
Compatible with:
Version 11
Database:
All
Release notes:

Changed:

  • Converted the application into a Service Application


Added:

  • Added a Reactive Demo application with an example on how to implement the component to send and receive Multipart/form-data
Application Objects:
Multipart/form-data has 0 AOs.

Version 4.0.1

Stable
See documentation
Application Package
Uploaded on 09 February 2022 by 
Compatible with:
Version 11
Database:
All
Release notes:

Converted to Service Module. No other changes.

Application Objects:
Multipart/form-data has 0 AOs.
Created on OutSystems 10

Version 2.0.0

Stable
Application Package
Uploaded on 16 July 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Changed output to Binary Data, as Text sometimes corrupted binary attachments. If you are sure your parts do not contain Binary Data and you need the output as Text, use BinaryDataToText() with "utf-8" to convert it back to Text.

Version 1.0.1

Stable
Application Package
Uploaded on 13 July 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Bugfix: binaries were encoded as base64 instead of as binary, which caused them to be interpreted as text.