Tagged Questions

0
votes
2answers
256 views

ASP.NET C# - get image from QueryString and save it to server as .ico

I'm newbie in asp.net so I need some help how to solve this. Basically idea is: get image from QueryString, for example: /Default.aspx?src=http://www.google.hr/images/logo.png convert it and resize ...