OK I have tried just about everything.
What I am trying to do is just use the directory /uploadimages/ as the default image directory. I do not want /uploadimage/image/ to be the directory only I can't find a way to edit this out.
I am using the latest version 2.1.1 of FCKeditor.
What I am trying to do is just use the directory /uploadimages/ as the default image directory. I do not want /uploadimage/image/ to be the directory only I can't find a way to edit this out.
I am using the latest version 2.1.1 of FCKeditor.
RE: ASP Image Directory... UUUGGGHHH
Anyway, you have to modify a few pages; io.asp, and others.
Good luck. It's annoying.
RE: ASP Image Directory... UUUGGGHHH
RE: ASP Image Directory... UUUGGGHHH
---------
if( sResourceType == "Image" ){
//
// don't append this to the final dir
}
---------
problem is it's hardcoded in numerous places; like when giving the web-url back to the image, etc.
RE: ASP Image Directory... UUUGGGHHH