How can I specify the user files path for ASP?
The FCKEditor it's working me, but I want to implement the FCKEditor into my site, but the files (images, flash, files) are uploaded to C:\Inetpub\wwwroot\userfiles (\files, \image, \flash)
And obviously I want to upload to "MYSITEROOT"
I've tried to modify the file config.asp
ConfigUserFilesPath = "/userfiles/"
With something like:
• ConfigUserFilesPath = "../../../../../../MYSITEROOT/images/" (Then partially works)
but the preview is not shown in the editor, and create me a folder "image" inside the folder images (How do I do so this folder is not created?)
• ConfigUserFilesPath = "/Images/Userfiles/images/"
• ConfigUserFilesPath = "/MYSITEROOT/images/" ...but doesn't work
Thx in advance if you can help me
I have:
WindowsXP SP2
IIS6
FCKeditor 2.5.1
This folders:
C:\Inetpub\wwwroot\userfiles
F:\WebProyects\fckeditor\
And I am trying with this sample:
http://localhost/fckeditor/_samples/asp/sample01.asp
Thu, 02/14/2008 - 16:37
#1