Image upload plugin for TinyMCE who works with Rails 2

Hi,

With TinyMCE, when you click add image you can put a URL of an image and add an image to the document. I need the file upload plugin, but it works only with PHP and .NET. I can only spend few hours to create that feature so I would like to know if there is any ready-made plugin who works with Rails 2.

Thank you

With TinyMCE, when you click add image you can put a URL of an image and add an image to the document. I need the file upload plugin, but it works only with PHP and .NET. I can only spend few hours to create that feature so I would like to know if there is any ready-made plugin who works with Rails 2.

If elFinder will integrate with TinyMCE, you can probably use GitHub - phallstrom/el_finder: Ruby gem to provide server side connector to elFinder (open-source file manager for web)

I wrote it against 3.0, but it's pure ruby with some simple hooks. I can't think of a reason it wouldn't work in 2.x...

-philip