binary-data-client-actions
Reactive icon

Binary Data Client Actions

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded
 on 11 December 2020
 by 
3.8
 (5 ratings)
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