﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
295	Images saved in wrong location	Charles Fahey		"This bug exists in the 2.4.1 version on ColdFusion MX 7.

We upgraded to version 2.4.1 and discovered a new directory was being created on the root directory of the server (outside the web accessible directory structure) and our images were being loaded into that new directory. As a result we were always displaying broken image links in our content. 

Per the documentation we were using the application variable perfectly to set the userFilesPath (we used <cfset application.userFilesPath = ""/FCKeditorUserFiles/"">).

After studying the code we were able to perform the following correction:

File: fckeditor/editor/filemanager/browser/default/connectors/cfm/connector.cfm

Approximate Line: 82

Changed content from: userFilesServerPath = serverPath & url.type & replace(url.currentFolder,""/"",fs,""all"")

Changed content to: userFilesServerPath = serverPath & replace(userFilesPath,""/"",fs,""all"") & url.type

Please let me know if you need any more detail. And thank you for this fantastic product and all your hard work!

Sincerely,

Charles Fahey"	Bug	closed	Normal	FCKeditor 2.4.3	Server : ColdFusion		fixed		
