Home  >  Article  >  Backend Development  >  ASP.NET online file management

ASP.NET online file management

高洛峰
高洛峰Original
2017-01-21 14:22:562305browse

By transferring it to the virtual space, you can easily traverse all directories and contents of the service, or choose to download. Hey, don't use it to do bad things. This is for everyone to learn ASP.NET file operations.

WebFile1.0 System Introduction:
1. This system is written by ASP.NET 3.5. Online management of files includes traversal and downloading of the entire server file! ! ! !
2. The code of this system is completely written manually and does not produce any redundant HTML code.
Because this is the first version, many functions need to be improved. However, please give us your feedback after using it. Thank you!


Instructions for use:
1. Unzip WebFile.RAR and place the two link libraries WebDirFile.dll and WebFile.dll in the Bin in the Bin directory of the website root directory. This is very important. . . .
2. Just run 2.aspx
This program was developed under Vs 2008 sp1, so it requires ASP.NET 3.5 space to support running.

WebFile1.0 Description
For example: Traverse D drive files

ASP.NET 在线文件管理

For more articles related to ASP.NET online file management, please pay attention to the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn