raklos
raklos

Reputation: 28545

rich text editor with image hosting

is there a rich text editor that has image hosting with it? eg with stackoverflow they are using imgur to host images.

or is there another way eg using an api? im using asp.net mvc/c#

Upvotes: 4

Views: 2162

Answers (7)

VoidA313
VoidA313

Reputation: 546

Try this , this works for me: I used tinymce RTE roxyfileman

Upvotes: 0

Starx
Starx

Reputation: 78971

If you are looking for free stuff, use FCKEditors, it contains image uploader already plugged in.

Upvotes: 0

Mohan Ram
Mohan Ram

Reputation: 8463

jquery tinymce is a best option. Since there are many plugins for image upload that can be easily integerate into editor

Tinymce http://tinymce.moxiecode.com/download/download.php

There would be default image upload. if u need use some third party plugins like this refer it. http://www.danieloshea.com/products/806-image-selection-and-upload-plugin-for-tinymce

Upvotes: 0

Ian Oxley
Ian Oxley

Reputation: 11056

Not sure if this is entirely what you're after, but it might be worth having a look at using Yahoo's YUI editor + Flickr for hosting the images: http://developer.yahoo.com/yui/examples/editor/flickr_editor.html

Upvotes: 0

hollsk
hollsk

Reputation: 3137

Try this SO question: https://stackoverflow.com/questions/1801458/free-image-hosting-with-open-api

There are a few possible options, but you're looking at writing your own connector for the text editor to interface with the API - but having said that, for the most part you'd probably be writing a connector for the image uploading anyway, or at least searching around looking for one that works since most (free) RTEs don't supply file / image upload functionality built-in.

Upvotes: 0

soasme
soasme

Reputation: 392

ckeditor(text)+ckfinder(image)

They are the brothers :)

Upvotes: 3

CD..
CD..

Reputation: 74096

ckeditor

Upvotes: 1

Related Questions