Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use tinymce with images on my website like stackoverflow does

i have tinymce embedded in my website, so if users want to edit content, then can click on an "EDIT" link and it brings up the content in tinymce editor. when they click "Save", i save the html to a database. this works perfect and avoids them calling me when they need content changes as they can go in directly and next time they reload the main page, it loads up their changed content.

they now want to be able to add their own images. I see there is some image support in tinymce as seen here, but in my case, the images would be on their computer.

So i am looking for some advice on how to handle image support using tinymce on my asp.net mvc website similar to how stackoverflow allows you to upload and include an image in your question all in one step

any suggestions?

like image 889
leora Avatar asked Oct 24 '10 23:10

leora


1 Answers

I guess you need to take a look here:

Best TinyMce editor Image Manager / File upload for Asp.net Mvc

it has a list of tinyMCE file browsers/uploaders/managers which work with MVC :)

like image 184
Stefanvds Avatar answered Sep 21 '22 04:09

Stefanvds