Hi all.
My FCKeditor is working fine, except for upload an image. When I click on it and then try to browse the server the follow message appers in a pop-up JS window:
XML request error: internal server error 500
And no files appears.
Did someone already do this thing work, using CFMX and Windows 2000 server? Is there some XML file that I have to configure?
Thanks a lot
My FCKeditor is working fine, except for upload an image. When I click on it and then try to browse the server the follow message appers in a pop-up JS window:
XML request error: internal server error 500
And no files appears.
Did someone already do this thing work, using CFMX and Windows 2000 server? Is there some XML file that I have to configure?
Thanks a lot
RE: XML Error - CFMX - HTTP 500 - Upload Imag
I edited the fckconfig.js that is in the root of the application with these lines:
// Link Browsing
FCKConfig.LinkBrowser = true ;
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/cfm/connector.cfm" ;
// Image Browsing
FCKConfig.ImageBrowser = true ;
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm" ;