We take pride in your success. We let our positivity drive us, day in and out. Talk to us at Mindfire to know us more.

Software Technology Tips

When trying to upload images through FCK Editor tool inside an aspx page it throws an  error[XML 403 path Error].
 
To Fix the issue we have to configure manually.

STEP-I :
File Path  :  fckeditor/fckconfig.js
Previously :
var _FileBrowserLanguage    = 'asp' ;  // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage    = 'asp' ;  
// asp | aspx | cfm | lasso | perl | php | py

We have to change 'asp' to 'aspx'


STEP-II
File Path  :  fckeditor\editor\filemanager\connectors\aspx\config.ascx
Previously :
           Change-1 : Enabled = CheckAuthentication();
                       
                          Change-2 : UserFilesPath = "~/upload/";
 
           Change-3 : UserFilesAbsolutePath = "C:\\upload\\";
                            
 
Chnage -1 : change it to Enable = true;
Change -2 : change the folder name in which you want to store the uploaded image.
Change -3 : change the absolute path of the folder in which you want to store the uploaded image.


Related Tags:

ASP.NET, FCKEditor

Author: Biswajit Satapathy

top

ASP.NET

Let us Connect!

privacy

copyright (c) Mindfire Solutions 2007-2012. Login