Hello Team,
I am working in Asp.net core 2.1 webAPI and i have a scenario like i get base64 string as input and i need to convert that to an image(jpeg) and need to store the image in different server (network path). can you please share me a code snippet to achieve this. Thanks in advance.