I am trying very hard to make a dynamic path for the userfiles path (in ASP).
In the file "config.asp" I have changed the line
'ConfigUserFilesPath = "/UserFiles/"'
into 'ConfigUserFilesPath = "/UserFiles/"& session("something") &"/"', but the script seems to ignore the contant of the session....
I have looked at "http://fckeditor.biz/viewtopic.php?t=161", but doesn't work for me...
Can anybody help me?
Thu, 03/02/2006 - 13:21
#1
RE: can't create dynamic path
RE: can't create dynamic path
Perhaps you need to ensure your IIS or webserver is not caching the file?
I had an issue that when I first uploaded the file to my server it didn't work, then after a few minutes and a few ctrl-refreshes it did. You may need to delete and re-create your session variables?
Also, ensure that the URL you define the session variable in is the same as your fckeditor...
RE: can't create dynamic path
hey man look in the fckconfig.js for:

FCKConfig.PreserveSessionOnFileBrowser = false;
change its for "true" and be happy