Hello,
Is there any function available to convert Binary to BLOB ?
Thanks
Hello Sudip Pal,
I believe you need to convert the Binary to Base64 and from there to BLOB. And maybe, you should give/look to the following component. It might be helpful if you want to do it on the client side.
Best regards,
Ana
Hey @Ana Agostinho ,
If possible can you please provide me a sample OML?
Thanks & Regards,
Sudip Pal
Hi Sudeep,
Please look into this might help you.
https://stackoverflow.com/questions/27810163/blob-from-javascript-binary-string
https://saturncloud.io/blog/creating-a-blob-from-a-base64-string-in-javascript/
Thanks,
Gaurav Rawat
Hey Gaurov,
Can you please provide the OML as I have tried this approach? If it workes for you then send me the OML.