Asp. Net MVC file management Demo (File display, upload, download, compression, file rename, etc.), mvcdemo
Previously, I wanted to create a file management page. After reading a lot of materials, I finally completed a file management Demo Based on Asp.net MVC. The interface is as follows.
I. Functions and Related Technologies
The file management Demo is based on Asp. net mvc, mainly used to browse the file list, create and delete folders, rename folders and files, copy, cut, and compress files and folders, and upload and download files and folders. The interface is implemented with Easy-UI and Jquery. File Upload is implemented using Webuploader, and file compression is implemented using the ICSharpCode. SharpZipLib class library.
2. Program Structure
The program consists of the file operation class library FileHelper and MVCFileMangerDemo.
The program interface icon. the CSS Content is in the Content folder, the Scripts File is in the Scripts File, and the folder and File displayed on the interface are the File folder Content under the Document. The key script code is a file. js file, and the key code for file operations is the FileHelp class.
To modify the file upload and download location, you must modify the file address in the FileHelp class, Controler, and file. js files.
File Source Code: Link: http://pan.baidu.com/s/1sl7bZEt password: wtnd