Ajax File Manager

Ajax File Manager

Ajax 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 

  1. Multiple Javascript Editors supported, such as Tinymce, FCKeditor, . (more will be added)
  2. fully employ AJAX & PHP to function file management
  3. faster to load and avoid reloading the whole window.
  4. a Build-In Advanced Image Editor
  5. Multi-language supported (utf-8)
  6. access control supported
  7. 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?

Click here 

Simple follow this steps to get your ajax file manager work standalone in your server

  1. create a folder for your website, e.g. C:/Inetpub/wwwroot/ajaxfilemanager/
  2. download the lastest ajax file manager file and unzip it, you should see *_test.php, ajaxfilemanager and uploaded folder
  3. move the ajaxfilemanager folder to C:/Inetpub/wwwroot/ajaxfilemanager/
  4. move the uploaded folder to C:/Inetpub/wwwroot/ajaxfilemanager/
  5. make sure you have read and write permissions to folders of uploaded and session
  6. make sure the CONFIG_THEME_MODE is stand_alone in (config.base.php)
  7. change CONFIG_SYS_ROOT_PATH and CONFIG_SYS_DEFAULT_PATH to be ../uploaded/  in config.base.php
  8. you should have the next directory structure ..
    C:/Inetpub/wwwroot/ajaxfilemanager/
    |___ ajaxfilemanager
    |___ uploaded
  9. 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

  1. 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

  1. set CONFIG_ACCESS_CONTROL_MODE = 1
  2. Change the login details CONFIG_LOGIN_USERNAME AND CONFIG_LOGIN_PASSWOR