FCKEditor Image uploading feature

Hello,
I followed instructions on

Added FCKEditor to my rails app which works great, but I’m not able to
upload images using the WYSISYG editor.
Is there a way to enable this feature in rails app? If not, where is the
images folder that FCK looks into it for images, so I can upload my
images
manully there?

Thanks,

  • Dunnil

FCKEdit does not ship with a filebrowser for Rails so you will have to
code one yourself or use a PHP/ASP one.

More info om writing your own can be found in the wiki:

http://wiki.fckeditor.net/Developer's_Guide/Customization/Custom_File_Browser

2006/3/3, Human D. [email protected]:

Try TinyFCK

Joakim Westin wrote:

FCKEdit does not ship with a filebrowser for Rails so you will have to
code one yourself or use a PHP/ASP one.

More info om writing your own can be found in the wiki:

http://wiki.fckeditor.net/Developer's_Guide/Customization/Custom_File_Browser

2006/3/3, Human D. [email protected]: