By ReenaSharma on
Dear all
I am a beginner.
I am using Tiny IMCE Editor.
In which in image upload , Browse option is not coming.
Dear all
I am a beginner.
I am using Tiny IMCE Editor.
In which in image upload , Browse option is not coming.
Comments
TinyMCE vs IMCE
ReenaSharma,
TinyMCE does not include an uploading function for image insertion. BUT, what you can do is to implement the IMCE file browser module and integrate it with TinyMCE.
What I normally do:
1. Install Wysiwyg module (http://drupal.org/project/wysiwyg), which lets you integrate third-party editors eg. TinyMCE with Drupal.
2. Extract a version of TinyMCE (http://tinymce.moxiecode.com/download.php) into the modules/wysiwyg/tinymce folder.
3. Setup TinyMCE for use in Drupal (i.e. enable the features you want) through the Wysiwyg module's settings.
4. Install the IMCE file browser module (http://drupal.org/project/imce) and configure the roles in its settings.
5. Install the IMCE Wysiwyg bridge module (http://drupal.org/project/imce_wysiwyg)
6. Go back to your TinyMCE feature list and note that IMCE has appeared as an added possible feature. Enable it and now go back to a node creation form. When adding an image, you will now notice a button that links you to your IMCE file browser, which does have a browse and upload feature.
Regards,
Henno