views:

312

answers:

3

Hey guys,

I am looking to find a lean WYSIWYG inline editor. The main required feature is image uploading. A simple way to upload an image to the server and use it in the content being editted. I have come across a whole bunch of editors but nothing I liked so far. I am looking for something open source and free.

So far I have checked out TinyMCE which is free.. untill you need image uploading capabilities.

Ckeditor looks great.. uses jquery.. but requires you to have your own server side script to upload images. They barely give any documentation on how to do this.

There were a few others, but the bottom line was that I cant find anything that is simple with out of the box image uploading capabilities.

Thanks for any advice you may give!

+1  A: 

I use CKEditor but its a bit tricky getting the image upload to work. You may have already looked at this but here is the documentaion from the site. docs.cksource.com

Anthony
+1  A: 

Have a look at TinyMCE. it is well known too, used by many CMSEs

Gaurav Sharma
And has a jQuery plugin for comfortable use
jitter
A: 

In case your CMS is built upon CodeIgniter, you should definitely check out tinycimm. It's a media management plugin for TinyMCE, while still in development it looks very promising.

SolidSmile