I created an app that has a function to upload images (this works fine) but now they (the client) want to make the app secure that's why want to encode the image or maybe scan my images base64 before i send to sap to avoid malicious code in the base64 . I tried to encode when i take the picture but i got an error be cause the app freezes and the request neved come to sap (i think it's be cause the odata check this base64 i'm not sure) but i need some ideas :c