資源簡(jiǎn)介
實(shí)現(xiàn)文件上傳和下載,包含服務(wù)器和客戶(hù)端
對(duì)于學(xué)習(xí)TCP的同學(xué)有幫助
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.Remoting;
using?System.IO;
using?System.Threading;
namespace?Client
{
public?partial?class?Form1?:?Form
{
public?Form1()
{
InitializeComponent();
System.Windows.Forms.Control.CheckForIllegalCrossThreadCalls?=?false;
????????????OpenUrl();
}
long?CountLen?=?0;
long?Len?=?0;
Remoteobject.Myobject?app;
public?void?Upload(string?filename)
{
if(filename==““)
{
MessageBox.Show(“請(qǐng)選擇要上傳的文件!““提示“);
return;
}
if(!File.Exists(filename))
{
MessageBox.Show(“上傳的文件不存在!““錯(cuò)誤“);
return;
}
FileStream?fs?=?new?FileStream(filename
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件??????28672??2009-07-29?16:37??Remoteob
?????文件??????36352??2009-07-29?16:37??Remoteob
?????文件???????5632??2005-12-08?14:51??Remoteob
?????文件??????16384??2009-07-29?16:33??Remoteob
?????文件??????13824??2009-07-29?16:33??Remoteob
?????文件???????3777??2009-07-29?16:25??Remoteob
?????文件???????6880??2009-07-29?16:37??Remoteob
?????文件??????13154??2009-07-29?16:36??Remoteob
?????文件???????6627??2009-07-29?16:36??Remoteob
?????文件????????329??2009-07-29?16:28??Remoteob
?????文件???????2312??2009-07-29?16:28??Remoteob
?????文件???????6551??2009-07-29?16:28??Remoteob
?????文件????????823??2009-07-29?16:40??Remoteob
?????文件????????899??2009-07-29?16:36??Remoteob
?????文件??????28672??2009-07-29?16:37??Remoteob
?????文件????????180??2009-07-29?16:36??Remoteob
?????文件????????879??2009-07-29?16:33??Remoteob
?????文件??????36352??2009-07-29?16:37??Remoteob
?????文件????????180??2009-07-29?16:33??Remoteob
?????文件???????2570??2009-07-29?16:33??Remoteob
?????文件????????465??2009-06-25?14:27??Remoteob
?????文件???????1160??2009-06-25?14:27??Remoteob
?????文件???????2868??2009-06-25?14:27??Remoteob
?????文件???????5612??2009-06-25?14:27??Remoteob
?????文件???????1091??2009-06-25?14:27??Remoteob
?????文件????????249??2009-06-25?14:27??Remoteob
?????文件??????16384??2009-07-29?16:33??Remoteob
?????文件??????13824??2009-07-29?16:33??Remoteob
?????文件???????4340??2009-07-16?11:44??Remoteob
?????文件??????16384??2009-07-29?16:33??Remoteob
............此處省略45個(gè)文件信息
評(píng)論
共有 條評(píng)論