javascript - No option for Image upload from the computer in CKEditor -


i have downloaded ck editor ckeditor site. there many features available on site works when integrated site.

but,

there no feature available upload image local computer.

is there easiest way integrate this. below way, implemented code.

<%@ register assembly="ckeditor.net" namespace="ckeditor.net" tagprefix="ckeditor" %> 

and

<ckeditor:ckeditorcontrol id="txtpagedesc" basepath="/ckeditor/" runat="server">                                             </ckeditor:ckeditorcontrol> 

please help

these documents might you.

http://docs.ckeditor.com/#!/guide/dev_file_browse_upload http://docs.ckeditor.com/#!/guide/dev_howtos_file_upload


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -