建立连接后,将文件通过序列化转城memorystream/networkstream的二进制流传输,在服务端进行反序列化 *** 作
2.如果使用ftp,很简单,服务器架设任意ftp服务器,然后通过ftp命令put就可以,使用tcpclient类
3.服务器上架设webservice,winform添加webservice引用上传
建议使用uploadfy插件,但有一点,配置文件里得改,不然不能上传大文件下载在Controller里返回FileStreamResult就行了
return File(new FileStream(fullPath, FileMode.Open), "application/octet-stream", Server.UrlEncode(Path.GetFileName(fullPath)))
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)