IMCE for Drupal 8

Imce for Drupal 8
http://drupal.org/project/imce
====================================
See the demo

DESCRIPTION
-----------
Imce is an ajax based file manager that supports personal folders.

INSTALLATION
-----------
1. Copy imce directory into your modules(sites/all/modules) directory.
2. Enable the module at /admin/modules.
3. Manage configuration profiles at /admin/config/media/imce.
4. Access your files at /imce

CKEDITOR INTEGRATION
-----------
1. Go to /admin/config/content/formats to edit a text format that uses CKEditor.
2. Enable the image button provided by Imce under Toolbar Configuration.
The button has the default image icon with the title "Insert images using Imce File Manager"

BUEDITOR INTEGRATION
-----------
1. Edit your editor at /admin/config/content/bueditor.
2. Select Imce File Manager as the File browser under Settings.

FILE/IMAGE FIELD INTEGRATION
-----------
1. Go to form settings of your content type. Ex: /admin/structure/types/manage/article/form-display
2. Edit widget settings of a file/image field.
3. Check the box saying "Allow users to select files from Imce File Manager for this field." and save.
4. You should now see the "Open File Browser" link above the upload widget in the content form.

CUSTOM APPLICATION INTEGRATION BY URL
-----------
1. http://example.com/imce?sendto=HANDLER
Creates a sendto button that calls HANDLER(File, imceWin) of the parent window.

2. http://example.com/imce?urlField=INPUT-FIELD-ID
Creates a sendto button that fills the input field in the parent window with the selected file's URL.

3. http://example.com/imce?oninit=HANDLER
Calls HANDLER() with imce context when the UI is ready.