标签: asp.net sharepoint sharepoint-2007 wss
我正在从我的网站下载个人资料图片到本地驱动器。我不明白如何处理这个概念。请一些人提出想法或代码步骤。这将有所帮助。
答案 0 :(得分:0)
这只是一个网站......
怎么样:
using (WebClient client = new WebClient()) { client.DownloadFile(url, filePath); }
由StackOverflow提供