Uploading images using FCkEditor in ASP.net
hey people;
Having a minor problem in asp.net...when i use the fckeditor to upload images to files or database.....i am not able to see the preview of the image...but still i can see its name and it gets stored on the file...needed some urgent help on this....i guess the problem is in the following code
<appSettings>
<add key="FCKeditor:UserFilesPath" value="~/UserFiles/" />
</appSettings>
the above code always displays a "~" sign before the images...so cant see it..plz if anyone could help
|