by wizbay
8. September 2010 16:51
Ref. CSharp source code is originally from Michael's post in http://stackoverflow.com/questions/1461261/asp-net-mvc-ckeditor-image-upload
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor. It is licensed under flexible Open Source and commercial licenses. (Free!!)
But CKEditor does not include a feature so user can upload an image file. CKSource offers CKFinder but it isn't free as CKEditor.
I attached sample asp.net websites (in VB.Net and C#) demonstrates a html editor that allows file uploading from user.

Download Source codes for Sample asp.net websites Upload image files using ckeditor in Asp.Net / VB / C# / Jquery
Ckeditor_Upload_Image_Jquery_VB.zip (2.67 mb)
Ckeditor_Upload_Image_Jquery_CSharp.zip (2.68 mb)
Codes are tested in Visual Studio 2010.