Integration With Form
 
 
 

Ajax File/Image Manager Integration With Normal Form

here is the steps you should follow to get it work with your form
  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 folders
  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 the folders of uploaded and session (within ajaxfilemanager folder)
  6. change CONFIG_SYS_ROOT_PATH and CONFIG_SYS_DEFAULT_PATH to be ../uploaded/ in config.base.php
  7. you should have the next directory structure .
  8. C:/Inetpub/wwwroot/ajaxfilemanager/
    |___ ajaxfilemanager
    |___ uploaded
    |___ form_test.php
  9. now visit the test.php via http://localhost/ajaxfilemanger/form_test.php