[Solved] Upload Image to a Chevereto Website C#


Nevermind guys, my friend already fixed the problem.

He used WebRequest to send and receive the data.
He also said, dont forget to escape the string of base64(+, =, /), or the api will not accept properly and will return invalid base64 string.

Thanks anyway.

solved Upload Image to a Chevereto Website C#