How to upload an image file in VBCS through Service Connection
Summary
In this I need to pick an image file from the local system and upload this image in Compendium in order to get a CDN link as response.Content
Need to upload this image through a service connection. My source of this service connection is from an End Point. This same thing i'm able to do it in Postman. In VBCS i'm providing the image local path. Than when i'm testing i'm not able to upload getting error msg as "Your file was not uploaded. The file you uploaded is not an image".
Do I need to encode the file into a base64 encoded string than try to upload?
0