I got beginners question.
How to save a file stream to a file on server?!
I got this:
var source = Request.QueryString[\"src\"]; WebClient webcli
You can use code to get the website's directory and form your own file path.
See this question for how to get the website's directory.
How to get website's physical path on local IIS server? (from a desktop app)