I managed to make the image uplaoding work with my JAVA.
My question is where does or how does the ditor translate the paths....
For instance
webfolder
|
|
|--images
|
|--FCKeditor
Now I setup the upload manager to upload the images to the images folder. The image gets uploaded fine, but the upload manager preview canot see the image, because the path is set to images/myimage.gif so it show a broker image. Now to make it work I manually enter the path as ../../images/myimage.gif Click the text box right under and the preview now shows the image.... Now I click ok and the editor gets updated with the inserted image, though the image broken because the editor is in one less level then the uplaod manager. Now I clicked the source button and tried different combination and I could still not get the image to show. Now the way I fixed it, in the code that add the path for the image I implicitly add the whole URL to the image. Now the upload manager and editor show the image.
Will this be fixed in 2.0, is there a fix I can make or some config value I could change? Thanks
My question is where does or how does the ditor translate the paths....
For instance
webfolder
|
|
|--images
|
|--FCKeditor
Now I setup the upload manager to upload the images to the images folder. The image gets uploaded fine, but the upload manager preview canot see the image, because the path is set to images/myimage.gif so it show a broker image. Now to make it work I manually enter the path as ../../images/myimage.gif Click the text box right under and the preview now shows the image.... Now I click ok and the editor gets updated with the inserted image, though the image broken because the editor is in one less level then the uplaod manager. Now I clicked the source button and tried different combination and I could still not get the image to show. Now the way I fixed it, in the code that add the path for the image I implicitly add the whole URL to the image. Now the upload manager and editor show the image.
Will this be fixed in 2.0, is there a fix I can make or some config value I could change? Thanks