it's possible.. the trick is getting the correct variables set in the connector.xxx file, as pretty much the only thing in the config.xxx file that needs to be edited is to "enable" it.
i use cold fusion, but the basic idea should be similar to whatever scripting language you're using. in your connector file, look for variables similar to "userFilesServerPath" and "userFilesPath", these are the two i had to change in Cold Fusion. the former defines the absolute path, and the latter defines the server path. so for your example, userFilesServerPath = "D:\Inetpub\wwwroot\greeneyedgirl\User\", and userFilesPath = "\User\". also we're running IIS and the fckversion is 2.3.2, good luck
I tried it and it doesnt work. I can upload and create folders etc but I cant see anything when I browse the server although I can view the directory in Win explorer and it shows all the files I uploaded as well as the folders I had created. I changed the UsserFilesServerPath as well as the UserFilesPath but to no avail. It doesnt show me the files I had just uploaded. Any other idea as to why this is......? I am also running CFMX7 on IIS, FCK 2.3.2 and am using IE7 and FireFox to try it. Help please...... Cheers
UserFilesServerPath and UserFilesPath are definitely the two variables you need to play with to get things working.
If you are able to execute the "Browse Server" option, and you're not seeing the files you are expecting, then the probability is high that you're looking in some directory on your server that FCK has created, which it does if the directory doesn't already exist. This directory would of course be empty.. I'd recommend that you find this directory and verify this to be the case, then play with those two path variables mentioned above until you get it right. good luck
RE: Browse Server for images and Web Site Acc
i use cold fusion, but the basic idea should be similar to whatever scripting language you're using. in your connector file, look for variables similar to "userFilesServerPath" and "userFilesPath", these are the two i had to change in Cold Fusion. the former defines the absolute path, and the latter defines the server path. so for your example, userFilesServerPath = "D:\Inetpub\wwwroot\greeneyedgirl\User\", and userFilesPath = "\User\". also we're running IIS and the fckversion is 2.3.2, good luck
RE: Browse Server for images and Web Site Access
Help please......
Cheers
RE: Browse Server for images and Web Site Acc
UserFilesServerPath and UserFilesPath are definitely the two variables you need to play with to get things working.
If you are able to execute the "Browse Server" option, and you're not seeing the files you are expecting, then the probability is high that you're looking in some directory on your server that FCK has created, which it does if the directory doesn't already exist. This directory would of course be empty.. I'd recommend that you find this directory and verify this to be the case, then play with those two path variables mentioned above until you get it right. good luck