I have managed to convert the string to png file noe I have code as
newImage.Save(ms, System.Drawing.Imaging.ImageFormat.Png)
I would like to save this png in url for ex,
www.xxxx.com/folder/mmm.png. could you please help how can I do it?
Go to the complete details ...