
WebClient wc = new WebClient();
string url = stringFormat("{0}Overwrite=true&Path={1}", "服务器上传地址", itemPath);
wcUploadFile(url, "POST", itemPath);
//服务器接收
string ServerSrc = contextServerMapPath("~/DownLogin/");
foreach (string filekey in contextRequestFiles)
{
>
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)