I am still not completely sure how to get the image upload to work using Cold Fusion. I have edited fckconfig.js to use the cfm connector:
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm" ;
but I must still be missing something. When I click the "Browse Server" button, I get the error "XML Request Error: Not Found (404)". Is there a step by step guide somewhere that covers all the bases in setting up the image/file upload process with Cold Fusion. THANKS
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm" ;
but I must still be missing something. When I click the "Browse Server" button, I get the error "XML Request Error: Not Found (404)". Is there a step by step guide somewhere that covers all the bases in setting up the image/file upload process with Cold Fusion. THANKS
RE: Image Upload w/ Cold Fusion
RE: Image Upload w/ Cold Fusion