Reputation: 28545
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
Reputation: 78971
If you are looking for free stuff, use FCKEditors, it contains image uploader already plugged in.
Upvotes: 0
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
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
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