Dear All,
I have added the FckEditor library in my web site, then added the fckeditor folder and its content too,
Then when I click on the Image browse, it returned an XML error then I have made the changes in the fckconfig.js as follows:
Now it is giving the error the connector is disabled, can any one give me a sample how to set the browse image options and connector settings properly in ASP.Net integration.
Thanks a lot in advance.
I have added the FckEditor library in my web site, then added the fckeditor folder and its content too,
Then when I click on the Image browse, it returned an XML error then I have made the changes in the fckconfig.js as follows:
var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
Now it is giving the error the connector is disabled, can any one give me a sample how to set the browse image options and connector settings properly in ASP.Net integration.
Thanks a lot in advance.
Re: Integrating with ASP.NET
You need to edit the
/fckeditor/editor/filemanager/connectors/aspx/connector.aspx
assuming default install location off of root.
Andre
Re: Integrating with ASP.NET
I have fixed the issue by editing the "CheckAuthentication()" in the config.ascx.
Thanks a lot.
Re: Integrating with ASP.NET
Thanks in advance.
Re: Integrating with ASP.NET
find the function: private bool CheckAuthentication()
and make sure it has in it: return true;
so it will look like this: