Ajax File Manager
Our Time(NZ):12/Mar/2010 09:16:16Ajax file manager
is an open source tinymce file manager plugin which fully empowered by AJAX & PHP.
It can run standalone or as a plugin to those Javascript content editors, such Tinymce, Fckeditor.
Features of Tinymce Ajax File Manager
- Multiple Javascript Editors supported, such as Tinymce, FCKeditor, . (more will be added)
- fully employ AJAX & PHP to function file management
- faster to load and avoid reloading the whole window.
- a Build-In Advanced Image Editor
- Multi-language supported (utf-8)
- access control supported
- fully customizable, create your own theme
Term And Conditions
Our Ajax File Manager is distributed under the GPL and MPL open source licenses, so you could use it or integrate it into your system at no cost
We may revise the license by updating this page at any time. By using our file manager, you agree to be bound by any such revisions and should therefore periodically visit our site to determine the current terms/License to which you are bound.
All copyright declarations in the source must remain unchange.
Please contact us if you need to make changes to it, in order to avoid
any Legal Issues.
Demo?
Simple follow this steps to get your ajax file manager work standalone in your server
- create a folder for your website, e.g. C:/Inetpub/wwwroot/ajaxfilemanager/
- download the lastest ajax file manager file and unzip it, you should see *_test.php, ajaxfilemanager and uploaded folder
- move the ajaxfilemanager folder to C:/Inetpub/wwwroot/ajaxfilemanager/
- move the uploaded folder to C:/Inetpub/wwwroot/ajaxfilemanager/
- make sure you have read and write permissions to folders of uploaded and session
- make sure the CONFIG_THEME_MODE is stand_alone in (config.base.php)
- change CONFIG_SYS_ROOT_PATH and CONFIG_SYS_DEFAULT_PATH to be ../uploaded/ in config.base.php
- you should have the next directory structure ..
C:/Inetpub/wwwroot/ajaxfilemanager/
|___ ajaxfilemanager
|___ uploaded
- now visit the test.php via http://localhost/ajaxfilemanger/ajaxfilemanager/ajaxfilemanager.php
If you have any special requirements and want to place those folder to anywhere else
- change the path of CONFIG_SYS_DEFAULT_PATH AND CONFIG_SYS_ROOT_PATH Which all files will be uploaded to. (config.base.php)
If you have security issue concern, you could turn the access control on
- set CONFIG_ACCESS_CONTROL_MODE = 1
- Change the login details CONFIG_LOGIN_USERNAME AND CONFIG_LOGIN_PASSWOR