Web File Manager - (by Felice Di Stefano)
(ASP and PHP support)
This object will create an easy file manager as a regular ftp application to accomplish essential file management on the web. A part this it represents an example to demonstrate the use of the Directory Tree together the other included server behaviors. Knowing what you are doing you may protect the page and give access of logged users to their specific area and also lock it to avoid transmigrations on other areas when making operation on paths outside the user's area.
Be very carefull about that otherwise will be not difficult to do operations on the entire site.
Setting up
| Base Directory: | You may write a path or browse it or use the dynamic button to assign a source containing the dynamic path of directory as value. It is very recommended you start always with the root "./" to define a path otherwise some error will be returned. Therefore if we want to start form the root as a base we will define ./ , for instance we want to start from the "images" directory inside the root we will define ./images and so on. Any value of dynamic sources must return the same form of path. |
After the page is created please name it as filemanager.php or filemanager.asp
Another page with the name tree.php or tree.asp will be created automatically.
by FELIXONE