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
Post a Comment