• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介

,好用的断点传输,

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace UpLoadClient
{
    public partial class frmUpLoad : Form
    {
        public frmUpLoad()
        {
            InitializeComponent();
        }

        private void btnUpLoad_Click(object sender EventArgs e)
        {
            string msg = ““;
            string fileName = this.txtFile.Text;
            UpLoadLib.serverPath = this.txtServer.Text;

            if (String.IsNullOrEmpty(fileName))
            {
                MessageBox.Show(“请选择要上传的文件!“);
                return;
            }

            int byteCount = 100 * 1024;

            if (UpLoadLib.UpLoadFile(fileName b

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3907  2012-08-23 10:22  51Aspx源码必读.txt
     文件        4945  2012-08-23 10:22  from.gif
     文件        3401  2012-08-23 10:22  UpLoad.sln
     文件       14848  2012-08-23 10:22  UpLoad.suo
     文件         123  2012-08-23 10:22  最新Asp.Net源码下载.url
     文件        2017  2012-08-23 10:22  UpLoadClient\frmUpLoad.cs
     文件        5678  2012-08-23 10:22  UpLoadClient\frmUpLoad.Designer.cs
     文件        6017  2012-08-23 10:22  UpLoadClient\frmUpLoad.resx
     文件         475  2012-08-23 10:22  UpLoadClient\Program.cs
     文件        3499  2012-08-23 10:22  UpLoadClient\UpLoadClient.csproj
     文件        8083  2012-08-23 10:22  UpLoadClient\UpLoadLib.cs
     文件       12288  2012-08-23 10:22  UpLoadClient\bin\Debug\UpLoadClient.exe
     文件       34304  2012-08-23 10:22  UpLoadClient\bin\Debug\UpLoadClient.pdb
     文件       14328  2012-08-23 10:22  UpLoadClient\bin\Debug\UpLoadClient.vshost.exe
     文件         490  2012-08-23 10:22  UpLoadClient\bin\Debug\UpLoadClient.vshost.exe.manifest
     文件         307  2012-08-23 10:22  UpLoadClient\obj\UpLoadClient.csproj.FileList.txt
     文件         659  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.csproj.FileListAbsolute.txt
     文件         778  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.csproj.GenerateResource.Cache
     文件       12288  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.exe
     文件         180  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.frmUpLoad.resources
     文件       34304  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.pdb
     文件         180  2012-08-23 10:22  UpLoadClient\obj\Debug\UpLoadClient.Properties.Resources.resources
     文件        4608  2012-08-23 10:22  UpLoadClient\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件        1215  2012-08-23 10:22  UpLoadClient\Properties\AssemblyInfo.cs
     文件        2848  2012-08-23 10:22  UpLoadClient\Properties\Resources.Designer.cs
     文件        5612  2012-08-23 10:22  UpLoadClient\Properties\Resources.resx
     文件        1110  2012-08-23 10:22  UpLoadClient\Properties\Settings.Designer.cs
     文件         249  2012-08-23 10:22  UpLoadClient\Properties\Settings.settings
     文件         518  2012-08-23 10:22  UpLoadServer\Default.aspx
     文件         383  2012-08-23 10:22  UpLoadServer\Default.aspx.cs
     文件         112  2012-08-23 10:22  UpLoadServer\GetFileLength.aspx
............此处省略6个文件信息

评论

共有 条评论

相关资源