Hello all,
I am setting up a Drupal web site for an organization and the goal is to make it as easy as possible to add/edit content. Thanks to TinyTinyMCE the editing part is pretty much solved.

However, I cannot figure out a way to make it easy to set up a process whereby the user clicks on the "insert image", clicks on "browse", uploads the image and TinyMCE does the rest.
There's all kinds of modules, ImageAssist, ImageUpload etc, but everything requires more than one step.
Is there a way to make insertion of images a one-click process?

Thx,
Vic

Comments

vtsaran’s picture

I am actually talking about adding images anywhere in the body of the node and not just attaching to the node itself. Thx.

ray_223’s picture

dnewkerk’s picture

Here's an article I'm working on: Roundup of image modules for Drupal
My top recommendation is currently for IMCE, though Asset is a favorite as well (though not yet ported to Drupal 6).

Edit: forgot to mention... I've lately had much better luck with FCKeditor over TinyMCE.

-- David
absolutecross.com
[new guide/lesson in progress: Creating a CCK and Views powered Drupal site - feedback welcome]

vtsaran’s picture

Thanks for both the link and the article. Seems to have helped.
Will check out FCKEditor as well.