views:

10483

answers:

8

What is the best Image Manager to integrate in TinyMce editor apart the official Moxiecode commercial ones?

I'm looking to integrate a light texteditor in an asp.net mvc application and I choosed the Tinymce solution (and not the classic FCKEditor as this seems more lightweight and more jquery friendly).

Sadly TinyMce doesn't come with the Image Manager or Document Manager integrated like FCKeditor but you must buy them as plugins form Moxiecode.

I've looked other plugins but till now I've not find any decend and light solution that works with asp.net mvc framework.

Any suggestions?

A: 

I have not used it (yet), but my company is about to start building a Content Management System with Alfresco as the backbone engine and TinyMCE as the editor in an ASP.Net MVC website.

Alfresco is Open Source, but I don't much else about it yet, including how "light" it is. Alfresco website

Carlton Jenke
+1  A: 

There are a couple of open source plugins on SourceForge,

http://sourceforge.net/tracker/?group_id=103281&atid=738747 (search for image)

The plugin architecture is easy to understand if you know Javascript. If you have the time you could roll out your own.

For the life of me, I haven't found one yet. Has anyone had success?
midas06
A: 

Carlton : Alfresco seems to be a Java based solution. Ta: I've looked into the plugin folders but none was really good for asp.net mvc. What I'm now testing is a mix between Tiny with the image uploader of FCKEditor: this is the pho version but I think it is pretty easy to convert to .net [Tinyfck][1]

[1]: this: http://p4a2.crealabsfoundation.org/tinyfck

Ronnie
+2  A: 

Have a look at this http://www.swampybrowser.com/ cant tell you how goo dit is because we are just testing it now but it could be your answer Cheers

Ian
new working link for SwampyBrowser http://www.swampybrowser.com/
+1  A: 

http://www.ilyax.com/imagebrowser/ free and best :)

Ilyax
+1  A: 

and add new plugin http://www.ilyax.com/filebrowser/ :)

Ilyax
you are Savior :)
SilverNight
A: 

I just started a project on codeplex that integrates nicely with ASP.NET MVC 2. Let me know if anyone wants to help out... I'm looking to integrate cropping (via JCrop) and resizing soon.

http://aspnetadvimage.codeplex.com/

You can download the sample project on the "Source Code" tab.

Derek Hunziker
A: 

Ajax File Manager http://filemanager.3ntar.net/ free and cooool

fligant