Solved
Convert image to base64
How can I convert a image (media entry) to an base64 code?
How can I convert a image (media entry) to an base64 code?
I solved it. I create a function with return type BLOB and this line:
var result = MediaEntities[image].GetImage();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.