如果是窗体程序,就要在显示界面上加入图形显示控件,放入文件的完整路径//本地上传代码Files item = fis as Files;
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)
{
>1、后台设置里有启用多站点功能
2、然后进行相关设置,也就是说你在此网站后台发布附件会自动同步到其他服务器上
3、具体还没有使用过,不过织梦后台是有这个功能的,你找找看哈
多素材织梦模板
为您解答
望采纳
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)