资源简介
现代企业级开发中,在线文档管理是必不可少模块之一,本例所讲在线文档管理模块包括了文件上传到服务器上、文件浏览、重命名、移动、复制、删除、新建文件夹、压缩、解压缩、在线编辑等多种常用操作,适用于无纸化办公OA、ERP、CRM、项目管理、文件管理(网盘)、主机管理等多种场合。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Web;
public static class DownloadFile
{
public static void ResponseFile(string path HttpContext contextbool hasfileName)
{
context = HttpContext.Current;
System.IO.Stream iStream = null;
byte[] buffer = new Byte[10000];
int length;
long dataToRead;
string filename;
if (!hasfileName)
{
filename = System.IO.Path.GetFileName(path);
}
else
{
filename = “down_“ + DateTime.Now.ToString(“yyyyMMddHHmmss“)+“.zip“;
}
try
{
iStream = new System.IO.FileStream(path System.IO.FileMode.Open System.IO.FileAccess.Read System.IO.FileShare.Read);
da
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 526336 2012-08-17 19:03 在线文件管理模块最终代码\在线文件管理模块.ppt
文件 85872 2019-01-04 13:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\config\applicationhost.config
..A..H. 102912 2019-01-04 16:34 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\.suo
文件 0 2019-01-04 13:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\db.lock
文件 4096 2019-01-04 13:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide
文件 32768 2019-01-04 13:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide-shm
文件 1334912 2019-01-04 13:25 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide-wal
文件 1864 2012-08-17 21:40 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\DownLoadFile.cs
文件 1 2012-08-16 21:07 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\HTMLPage1.htm
文件 1091 2012-08-17 21:00 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Ajax.js
文件 684 2012-08-17 21:00 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Common.js
文件 9315 2012-08-17 21:00 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Dialog.js
文件 11218 2012-08-17 22:04 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Tree.js
文件 17115 2012-08-17 21:46 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\WebExplorerMain.js
文件 1357 2012-08-15 19:34 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\Properties\AssemblyInfo.cs
文件 458 2012-08-17 21:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.config
文件 1240 2012-08-15 19:34 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.Debug.config
文件 1301 2012-08-15 19:34 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.Release.config
文件 106 2012-08-15 19:54 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.ashx
文件 12799 2012-08-17 21:52 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.ashx.cs
文件 5407 2012-08-17 22:18 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.htm
文件 5884 2012-08-17 20:59 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebFilesExplorer.csproj
文件 1174 2012-08-17 20:59 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebFilesExplorer.csproj.user
文件 9044 2012-08-17 20:59 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer\ZipClass.cs
文件 938 2012-08-15 19:34 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\Backup\WebFilesExplorer.sln
文件 47900 2019-01-04 13:19 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\UpgradeLog.htm
文件 10540408 2012-08-17 21:46 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\WebFilesExplorer\#download.zip
文件 617 2012-08-17 21:16 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\WebFilesExplorer\asax.gif
文件 229376 2008-07-14 15:08 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\WebFilesExplorer\bin\ActiproSoftware.CodeHighlighter.Net20.dll
文件 229376 2008-07-14 15:02 在线文件管理模块最终代码\最终版本code\WebFilesExplorer\WebFilesExplorer\bin\ActiproSoftware.Shared.Net20.dll
............此处省略807个文件信息
- 上一篇:HalconDotNet数字识别
- 下一篇:C# 串口调试(serialport)
相关资源
- ASP.NET MVC5考试_管理系统源码
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基于ASP.NET的课程管理系统
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- C#人事管理系统/人力资源管理系统
- 学生社团信息管理系统MVC三层架构
- 毕业设计,基于winform的酒店管理系统
- ASP.NET图书管理系统源码.zip
- 业务管理系统源码 asp.net业务管理系统
- 考勤管理系统ASP.NET
- 基于.net的医院信息管理系统C#
- ASP.NET城市公交管理系统
- 企业人事管理系统C#源代码
- 基于asp.net学生成绩管理系统课程设计
- c#人力资源管理系统源代码
- C#学生信息管理系统含全部源码,详细
- ASP.NET C#在线音乐网站带数据库2017更新
- 旅游管理系统C#版数据库sql server
- ASP.NET C#在线音乐网站
- 《CS框架权限管理功能设计》 winform
- C#汽车销售管理系统
- 影院管理系统c#毕业设计作品.zip
- ASP.NET C# 在线音乐网站
- MF000164-ASP.NET酒店管理系统源码.zip
- 基于ASP.NET医院在线挂号系统源码
- 用.net c#开发的合同管理系统源码
- C#小区物业管理系统.zip
- C#.NET的员工考勤管理系统完整源码2
评论
共有 条评论