filemanager
| resources: | Home Contact Us Installation Source Code Members Screenshots |
|---|
Installation
FILEMANAGER 1.2.3Download: filemanager-1.23-src.zip (461 KB)
If the above link doesn't work, try this link instead.
This version of FileManager uses Apache Ant to build the packages. Also in this release, static files (XUL, JS, CSS, Images) are now packaged in one jar file. To build the ready-to deploy packages, you should first change the configurations to suite your environment and then run the Ant script. After building by Ant, you will have two ready to deploy zip packages that you can play with.
For ASP deployment, the following files should be modified:
- /config-template.js - set the browsing mapping
- /server/asp/includes/config.asp - set the root path
- /server/archiver/config.inc.php - set the absolute physical path to your root path
- /config-template.js - set the browsing mapping
- /server/php/includes/config.php - set the absolute physical path to your root path
FILEMANAGER 1.2.2
FILEMANAGER ASP/PHP 1.2.2
Download: filemanager-1.2.2-asp.zip (216 KB)
Configuring FileManager ASP version:
- The Root directory path: There is a variable named ROOT_PATH defined in /server/asp/includes/config.asp. Its value should be changed to point to your expected root dir (virtual dir).
- The File permission: Make sure that the server process has enough privilege to manipulate files/folders in the root dir.
- The Web Browsing extension: At the end of the /config.js file, you will find a place to configure the mapping between local file system and web site urls. Change these configs to suit your system.
FILEMANAGER PHP 1.2.2
Donwload: filemanager-1.2.2-php.zip (214 KB)
Configuring FileManager PHP version:
- The Root directory path: There is a variable named $ROOT_PATH defined in /server/php/includes/config.php. Its value should be changed to point to your expected root dir (physical dir).
- The File permission: Make sure that the server process has enough privilege to manipulate files/folders in the root dir.
- The Web Browsing extension: At the end of the /config.js file, you will find a place to configure the mapping between local file system and web site urls. Change these configs to suit your system.
FILEMANAGER 1.2.1