Hi all,
Is there a way to set, in the upload/browser connector, a relative path, referring to the "basehref" specified in the fckconfig.js?
I'm always having problem because I develope my websites on a server like:
"http://dev-server/website_num_12/"
and I obtain the images uploaded with the FCKeditor to have a path like:
"/website_num_12/Attachments/image_name.jpg"
I'd like instead to have a path relative to the "website_num_12" root. So every image should be like this:
"Attachments/image_name.jpg"
My FCKeditor directory is under:
"/website_num_12/tools/FCKeditor/"
What (and how!) I need to config to work with the editor under the "/tools/" directory, showing my image correctly, and mantaining the path relative to the website root?
How I tell the FCKeditor to consider the starting directory (to load the image from) as the website root (a directory over "/tools/")?
I thought to set a relative "basehref" to refer to upper directory, but it seems I'm doing something wrong
Pardon my english . I hope I've been enough clear!
Thanks,
Pictor
Tue, 01/15/2008 - 12:59
#1
Re: Setup basehref to upload without
Re: Setup basehref to upload without