Home > Article > Backend Development > 10 recommended articles about online files
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
1. ASP.NET online file management
Introduction: I recently made an online file management program that supports browsing all files on the server (not just site files).
2. Install PHP4, Apache Apache2 httpdconf Chinese version
Introduction: Install PHP4, Apache: Install PHP4, Apache Apache2 httpdconf Chinese version: # # Configuration file based on NCSA service for novices and me. # #This is the main configuration file of the Apache server. #It contains the configuration instructions of the server that affect the operation of the server. #See
3. php online file and folder compression example code_PHP tutorial
Introduction: php online file and folder compression Folder compression example code. It is noted that the file compression code of this php tutorial relies on the zip.exe file, so we need to take out the zip.exe compressed file. ?php if ( !IsSet($_GET['dirname']) ) { show_input_f
4. Super powerful PHP backer management framework extplorer
Introduction: Super powerful PHP background management framework extplorer The eXtplorer introduced today is an online file management program that you can download and install into your own service. It is the most powerful program I have ever seen. It is created based on PHP and ExtJS Javascript libraries. In addition to using eXtplorer to browse files and folders online, we can even use eXtplorer as an FTP client to log in to the FTP server. Similar to
5. php online file and folder compression example code
Introduction: php online file and folder Compressed example code. It is noted that the file compression code of this php tutorial relies on the zip.exe file, so we need to take out the zip.exe compressed file. ?php if ( !IsSet($_GET['dirname']) ) { show_input_f
6. Super powerful PHP backer management framework extplorer
Introduction: The super powerful PHP background management framework extplorer. The eXtplorer introduced today can be downloaded and installed as an online file management program for your own service. It is the most powerful I have ever seen. It is created based on PHP and ExtJS Javascript libraries. . In addition to using eXtplorer to browse files and folders online, we can even use eXtplorer as an FTP client to log in to the FTP server. Similar to this
7. Website online file management
Introduction: Provide various official and user releases Code examples, code reference, everyone is welcome to exchange and learn
8. Online file manager under the angularJS framework
Introduction: In order to facilitate team communication and file sharing, an online file manager based on the MOOC online teaching video is used, and the popular angularJS framework is used to realize online browsing, modification, deletion, uploading and downloading of files, etc. basic skills. In the future, modules for user rights management and concurrent event handling will be added. ?php/** * @Author: qjw * @Date: 201
[Related Q&A recommendations]:
The above is the detailed content of 10 recommended articles about online files. For more information, please follow other related articles on the PHP Chinese website!