How to convert System.Image into blob in mendix native application. Functionality is, to convert the picture taken from mobile device and pass the picture has blob content to js action to other third party api. Since we have a constraint that, not able pass the System.Image object from nanoflow to microlfow in mendix native app. So decided to convert the image into blob and pass it to required js action to perform the functionality. Thanks!!
↧