Hello, I followed instructions on http://www.joshuamcharles.com/rails/fckeditor.html 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/7c3e45ab/attachment.html
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%27s_Guide/Customization/Custom_File_Browser 2006/3/3, Human Dunnil <h.dunnil@gmail.com>:> Hello, > I followed instructions on > http://www.joshuamcharles.com/rails/fckeditor.html > 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 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Cheers, Joakim p.s. Save a tree - don''t print this d.s.
Try TinyFCK - Greg http://www.gaboogle.com 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%27s_Guide/Customization/Custom_File_Browser > > > 2006/3/3, Human Dunnil <h.dunnil@gmail.com>:-- Posted via http://www.ruby-forum.com/.