I'm not sure if this is possible, but I'm trying to use FKCeditor with a blog tool - the public blog display is on one server, and the posting tools are on a secure server. I have the upload piece working great, except I can't figure out how to modify the io.asp or config.asp to insert the address of the server where the images are housed.
So in other words, my image gets uploaded to /blog/images, when I call the post, I need the address to be http://myserver.com/blog/images - otherwise, I just get a broken image link.
Is it possible?
Thanks in advance!
Mon, 10/01/2007 - 16:19
#1
Re: Changing path for uploaded files
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Changing path for uploaded files
I've exactly the same problem !


... And I prefer also not use a beta version
.
In fact, I'm using FCKeditor for an emailing tool and when I put a picture into the body of my e-mail, the URL of src in the img markup is like "/userfiles/img/image.png"... But the mail server of my correspondent does of course not have this image...
I'm so looking for a solution to put the entire URL of my server before the path of the picture.
If somebody have got a clue about which file I can edit, I please him to help me...
See ya !
Chopper.
PS : I just want to apologize for my poor English, I'm just French...
Edit : I prefer not having to change my current version of FCKE
Re: Changing path for uploaded files
Finally, I've found the answer of my question...
I haven't change FCKeditor but I've just use this :