I am using ASP.NET and have just started to use FCKEditor. When I click on the 'Browse Server' button in the Image Properties dialog window that pops up having selected insert image, I get the following message.
'XML Request Error : Not Found (404)'
Any suggestions as to what is wrong?
In my web.config file I have set the following key:
<add key="FCKEditor:UserFilesPath" value="/images/" />
In fckconfig.js I have set:
var _FileBrowserLanguage = 'aspx' ;
var _QuickUploadLanguage = 'aspx' ;
'XML Request Error : Not Found (404)'
Any suggestions as to what is wrong?
In my web.config file I have set the following key:
<add key="FCKEditor:UserFilesPath" value="/images/" />
In fckconfig.js I have set:
var _FileBrowserLanguage = 'aspx' ;
var _QuickUploadLanguage = 'aspx' ;