path problem
Posted Tuesday, January 22, 2008 at {ts '2013-05-21 01:51:00'}

i am calling the cffm as:

function cffmCallback(field_name, url, type, win){
// Do custom browser logic
url = '../ImageManager/cffm.cfm?editorType=mce&EDITOR_RESOURCE_TYPE=' + type;


name changed to ImageManager.

The Image manager Folder is outside the tinymce folder and where i want to store imaes that folder is also also outside the ImageManager alais CFFM and tinymce folder.

but due to some cause, it is not working..

i changed something as:in cffm.cfm as:

<cfinvokeargument name="includeDir" value="../images/">
   <!--- includeDirWeb = web path to the directory specified above. --->
   <cfinvokeargument name="includeDirWeb" value="../images/">

has not changed the IncludeDirWeb to domain pathas i am working locally..

so when i get the window open in tinymce, it cannot find the CFFM.cfm file it generates the error as:

File not found: /nz/admin/tinymce/jscripts/tiny_mce/plugins/ImageManager/cffm.cfm

it is looking the ImageManager inside the tinymce but i have provided the path outside.

is i am doing wrong somewhere.

Plz help me

Thanks.