Created on 22 April 2020
icon_unfollowing
Login to follow
binary-data-client-actions

Binary Data Client Actions

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 11 December 2020 by 
binary-data-client-actions

Binary Data Client Actions

Documentation
1.0.4

You can use this component with a uplaod widget on your screen to do below operations on client side:

  • Base64ToBinaryData
    • Accepts base64 string which you want to convert to binary data.
    • Returns binary data of the passed based 64 string
  • BinaryDataToBase64
    • Accepts binary data which you want to convert to base64 string.
    • Returns base64 string of the passed binary data
  • Base64StringToDataURI
    • Accepts base64 string and content type
    • Returns data URI for the passed base64 string and content type
  • BinaryDataToBase64DataURI
    • Accepts binary data and content type
    • Returns data URI for the passed binary and content type
  • GetFileContentType
    • Accepts id the upload widget which has the files selected
    • Returns list of content type of the the files selected in the upload widget
  • GetFileSize
    • Accepts id the upload widget which has the files selected
    • Returns list of file size (bytes) of the the files selected in the upload widget

Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Binary Data Client Actions has no dependencies.