Hello ,
I am using FCKeditor in my .Net Application .I Hav a Problem in uploading images
* I hav done changes in fckconfig.js file in the code as
_FileBrowserLanguage='aspx'
_QuickUploadLanguage='aspx'.
BUt while compiling I Got an error that UserFiles cannot be found
For this issue again i created a folder for userfiles in fckeditor folder and inserted gif image there
and i hav given the path in web.config file also as i mentioned the path above .
Still i get the same error .
Can anyone help me out in this Issue Its Urgent
This is userfile path in my web.config please let me know if i gone wrong anywhere:
<appSettings>
<add key="FCKeditor:UserFilesPath" value="/fckeditor/UserFiles/" />
</appSettings>
Thanks in Advance
I am using FCKeditor in my .Net Application .I Hav a Problem in uploading images
* I hav done changes in fckconfig.js file in the code as
_FileBrowserLanguage='aspx'
_QuickUploadLanguage='aspx'.
BUt while compiling I Got an error that UserFiles cannot be found
For this issue again i created a folder for userfiles in fckeditor folder and inserted gif image there
and i hav given the path in web.config file also as i mentioned the path above .
Still i get the same error .
Can anyone help me out in this Issue Its Urgent
This is userfile path in my web.config please let me know if i gone wrong anywhere:
<appSettings>
<add key="FCKeditor:UserFilesPath" value="/fckeditor/UserFiles/" />
</appSettings>
Thanks in Advance
Re: Problem in Uploading Images with Editor in .Net
Can you post your web .config entries for the Userfiles dir.