Hi,
I have a problem with the RTE setup file. I want to use the product to enable members of the website to author content shown on their webpages. There are a series of variables in the RTE_setup.asp file I need to configure dynamically, related to the user who is logged on. This is available as a session.
What I really want to do is change the value of "my_documents" to the value of session ("member") for the following.
Const strSaveFileFolderPath
Const strOpenFileFolderPath
Const strFileUploadPath
Const strImageUploadPath
A folder named session(member) exists in the RTE directory.
I have tried the following but get errors. e.g
Const SaveFileFolderPath=session("member")
and also
SaveFileFolderPath=session("member")
Const SaveFileFolderPath=SaveFileFolderPath
but I always get errors.
Can you help?
regards