Hi every one
Good evening...i firstly appriciate every one....who are giving full support to every one while they are taking initial steps in their technologies..i hope this may happens with me also...
Here iam struggling with some problem while fckeditor integrating with JSP...
So here i will describe my problem..please spend some time and give me some solution
i integrated fckeditor with JSP:
i downloaded java integration pack from http://www.fckeditor.com.
i downloaded FCKeditor 2.3.1 ZIP File (source code included): FCKeditor_2.3.1.zip from the same site
here iam follwed the steps what he specified....it is integrated sucessfully ..
But when iam trying to upload images or flashImages ..
1.FCK editor Resource Browser is not showing any files....in it
2.When iam trying to create a new folder it is not creating
3.when iam trying to upload a file is showing file uploading is inprogress....... ,but it is not uploading files..
Here is my fckconfig.js file
----------------------------
FCKConfig.CustomConfigurationsPath = '' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;
FCKConfig.BaseHref = '' ;
FCKConfig.FullPage = false ;
FCKConfig.Debug = false ;
FCKConfig.AllowQueryStringDebug = true ;
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
// FCKConfig.Plugins.Add( 'placeholder', 'de,en,fr,it,pl' ) ;
FCKConfig.ProtectedSource.Add( /<script[\s\S]*?\/script>/gi ) ; // <SCRIPT> tags.
// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%>
// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code <?...?>