PHP Server File Manager development through the previous phase of the introduction of the basic completion of the function, including directory retrieval, addition, deletion, renaming, file additions, browsing, modification, renaming, moving, as well as file upload and download functions. This article indexes the relevant posts in the previous phase and provides source code for interested students to discuss together.
PHP Server File Manager Development summary (a): Functional planning
PHP Server File Manager Development summary (ii): layout design and CSS
PHP Server File Manager Development Summary (III): submitting AJAX requests using jquery
PHP Server File Manager Development Summary (IV): Using the session Response folder navigation
PHP Server File Manager Development Summary (v): Get file property Information
PHP Server File Manager Development Summary (vi): Use jQueryUI to create new, view, and edit files
This section describes how PHP implements new, view, and edit files and, in conjunction with jQueryUI, discusses how to provide a friendly Web Page dialog interface to the client.
PHP Server File Manager Development Summary (vii): Apply jQueryUI preview Server picture
PHP Server File Manager Development summary (eight): More actions--rename, move, delete
PHP Server File Manager Development Summary (ix): jquery dynamic form implementation file download
PHP Server File Manager Development Summary (10): Ajax file upload with jquery and iframe
The development file directory is given:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/5A/62/wKioL1T88GTzFD-IAABmjOLvf_c547.jpg "title=" PHP File Manager 18.png "alt=" Wkiol1t88gtzfd-iaabmjolvf_c547.jpg "/>
Index.php provides access to the user interface for the access page.
query.php is a query page that responds to various types of AJAX requests submitted by index.php.
GLOBAL.CSS provides a global CSS style.
The Func/index_funcs.js encapsulates the client-side JS code in the index.php to respond to various client-side events.
Func/file.php encapsulates a specific operation function that is used to query.php the invocation of a specific function.
The icon footage required for the page is available under the Images folder.
Here to give the source code, the author, welcome everyone to criticize correct.
This article is from the "Accplayer Small Place" blog, make sure to keep this source http://accplaystation.blog.51cto.com/9917407/1618450
PHP Server File Manager Development Summary (Summary): summary, index and source code