Give us feedback
imageurlconverter
Service icon

ImageURLConverter

version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 05 February 2020 by 
5.0
 (3 ratings)
imageurlconverter

ImageURLConverter

Details
Convert Image URL to Base64 / BinaryData
Read more

Add ImageURLConverter as dependencies to your current project.


  • GetImageBinary

        -Input (ImageURL)

        -Output (ImageBinary)


  • GetImageBase64

       -Input (ImageURL)

       -Output (ImageBase64)



Release notes (1.0.0)
Reviews (1)
2020-07-17
in version 1.0.0
Component works fine. If you need to download images from remote storage by URL and save them into DB, then this plugin is what you need.