I currently have FCKEditor 2.6.2 version working with Java plugin for file uploads. I plan to move to CKEditor because of accessability and other nice features. The configuration in CKEditor is completely different and I would like to how to add my java plugin to CKEditor file upload (image, flash and link upload). Also what is the planned date release of CKEditor?
Appreciate your time and inputs.
Here is my current web.xml setting:
<servlet>
<servlet-name>ConnectorServlet</servlet-name>
<servlet-class>
net.fckeditor.connector.ConnectorServlet
</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>ConnectorServlet</servlet-name>
<!-- Do not wrap this line otherwise Glassfish will fail to load this file -->
<url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern>
</servlet-mapping>
Thanks,
- Sudharsan.
Appreciate your time and inputs.
Here is my current web.xml setting:
<servlet>
<servlet-name>ConnectorServlet</servlet-name>
<servlet-class>
net.fckeditor.connector.ConnectorServlet
</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>ConnectorServlet</servlet-name>
<!-- Do not wrap this line otherwise Glassfish will fail to load this file -->
<url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern>
</servlet-mapping>
Thanks,
- Sudharsan.
Re: CKEditor java file upload
Re: CKEditor java file upload
Re: CKEditor java file upload