Hi all,
As most of you, I'm using FCKeditor for a (small) CMS.
I'm using ASP.NET 2.0 and have used the folowing to set my userfilespath:
<appSettings>
<add key="FCKeditor:UserFilesPath" value="/admin/UserFiles" />
</appSettings>
The page I'm using the editor is /admin/cms.aspx. I save the content of the field to a database and output this field on the page /default.aspx.
On the default.aspx, the images is good (src="/admin/UserFiles/image.jpg"), but on the cms.aspx, the image is a red x because is should reference to ../admin/UserFiles/image.jpg and not /admin/UserFiles/image.jpg.
How did you guys solve this?
Tnx!
As most of you, I'm using FCKeditor for a (small) CMS.
I'm using ASP.NET 2.0 and have used the folowing to set my userfilespath:
<appSettings>
<add key="FCKeditor:UserFilesPath" value="/admin/UserFiles" />
</appSettings>
The page I'm using the editor is /admin/cms.aspx. I save the content of the field to a database and output this field on the page /default.aspx.
On the default.aspx, the images is good (src="/admin/UserFiles/image.jpg"), but on the cms.aspx, the image is a red x because is should reference to ../admin/UserFiles/image.jpg and not /admin/UserFiles/image.jpg.
How did you guys solve this?
Tnx!
RE: Problem with path to images
Nevermind, I solved it myself. If you have the same problem, I posted my solution here: http://sourceforge.net/forum/forum.php? ... _id=379487