Search code examples
drupaldrupal-6wysiwygfckeditor

Uploading images via FCKeditor in drupal


i'm using WYSIWYG module to implement FCKeditor in drupal. If i want to add an image(upload from the user's system and not an url) in the content, how'd i do? i've Image, ImageCache modules installed. or do i need another module for this to be done?

thanks.


Solution

  • "Image/File browser

    The integrated file management needs a bit of manual configuration, more information about this is in the included readme.txt file.

    At the moment there are several options for using images in FCKeditor.

    1. The built in filemanager, which needs some manual configuration.
    2. The IMCE module which needs almost no configuration.
    3. The Image Browser module
    4. The Web File Manager module (available in FCKeditor dev release only at this moment)
    5. The Image Assist module
    6. The upload module - which allows file and image attachments to nodes. By copying the URL of the attachment you can use it in the FCKeditor dialog. "

    --Taken from the FCKEditor module page