File manager problem
Posted: Fri 10. Dec 2004, 09:25
When I upload a file (an image GIF in this case) it phyically gets sent to folder content/images/
However when I add it to my article content using replacement tag:
and check my article...the image does not display
When I check the files existance on the server it looks as though it's been renamed to some random characters to avoid name collisions. But the HTML that is generated after appears to reference the file I uploaded, only it's looking in the wrong directory.
The HTML generated by the replacement tag is:
Am I doing something wrong or is this a bug???
Thanks again
However when I add it to my article content using replacement tag:
Code: Select all
{IMAGE_LEFT:article_images/test_image.gif}

When I check the files existance on the server it looks as though it's been renamed to some random characters to avoid name collisions. But the HTML that is generated after appears to reference the file I uploaded, only it's looking in the wrong directory.
The HTML generated by the replacement tag is:
Code: Select all
<img src="picture/article_images/test_image.gif" />
Thanks again
