FCKEditor image browse in asp.net 2
-
Hi, Iam trying to let the user upload through the FCKeditor from his PC.In the config.asp file I set the following: FCKConfig.LinkBrowser = true; FCKConfig.ImageBrowser =true; FCKConfig.LinkUpload = true; FCKConfig.ImageUpload =true; in config.asp : Dim ConfigIsEnabled ConfigIsEnabled = True Then I created the UserFiles in the root folder I tried using the connector.aspx instead of the connector.asp as following: //FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/asp/connector.asp' ; FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/aspx/connector.aspx' ; But this did nothing. When I try to browse the server in Image Info tab I get the following error: The server didn't send back a proper XML response. Do any one know how to set the FCKeditor V2.2 so it let the user upload files from his PC in asp.net 2?
I am too late but i will never give up