Do you use Drupal and do you have wrestled with the somewhat cumbersum way of including ordinary images along with the text that you write? Well, so did I but I found the right and easy way of doing it after some time.
What you will have to do is install the module TinyMCE according to installation description that comes along with the package. Then install the IMCE module. Activate both modules in the administration section.
When publishing I'll just have to click the image icon in TinyMCE and a dialog appears. Here I can choose an image by clicking the icon at the end of the image URL field.
Dialog 1
In the next dialog I can choose to include any of the present images by marking it and pressing INSERT-button or just upload a new one.
Dialog 2
Don't forget to change input format to some that will allow img tags, otherwise the images will not be visible when published.
That's it! I say bravo!