<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FCKEDitor &#8211; FIXED Image Upload dialog hang for .net</title>
	<atom:link href="http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Wed, 17 Feb 2010 13:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eliza Sahoo</title>
		<link>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/comment-page-1/#comment-406</link>
		<dc:creator>Eliza Sahoo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/?p=107#comment-406</guid>
		<description>Hi, Nice one.Got an insight.I also want to share something similar to this.

Sometimes when we try uploading images through FCK Editor tool inside an aspx page it throws an  error[XML 403 path Error].
To solve the same problem one has to  to configure manually.
STEP-1 :
File Path  :  fckeditor/fckconfig.js
Previously :
var _FileBrowserLanguage    = &#039;asp&#039; ;  // asp &#124; aspx &#124; cfm &#124; lasso &#124; perl &#124; php &#124; py
var _QuickUploadLanguage    = &#039;asp&#039; ;  // asp &#124; aspx &#124; cfm &#124; lasso &#124; perl &#124; php &#124; py

We have to change &#039;asp&#039; to &#039;aspx&#039;


STEP-2
File Path  :  fckeditor\editor\filemanager\connectors\aspx\config.ascx
Previously :
           Change-1 : Enabled = CheckAuthentication();
                       
                          Change-2 : UserFilesPath = &quot;~/upload/&quot;;
 
           Change-3 : UserFilesAbsolutePath = &quot;C:\\upload\\&quot;;
                            
 
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.</description>
		<content:encoded><![CDATA[<p>Hi, Nice one.Got an insight.I also want to share something similar to this.</p>
<p>Sometimes when we try uploading images through FCK Editor tool inside an aspx page it throws an  error[XML 403 path Error].<br />
To solve the same problem one has to  to configure manually.<br />
STEP-1 :<br />
File Path  :  fckeditor/fckconfig.js<br />
Previously :<br />
var _FileBrowserLanguage    = &#8216;asp&#8217; ;  // asp | aspx | cfm | lasso | perl | php | py<br />
var _QuickUploadLanguage    = &#8216;asp&#8217; ;  // asp | aspx | cfm | lasso | perl | php | py</p>
<p>We have to change &#8216;asp&#8217; to &#8216;aspx&#8217;</p>
<p>STEP-2<br />
File Path  :  fckeditor\editor\filemanager\connectors\aspx\config.ascx<br />
Previously :<br />
           Change-1 : Enabled = CheckAuthentication();</p>
<p>                          Change-2 : UserFilesPath = &#8220;~/upload/&#8221;;</p>
<p>           Change-3 : UserFilesAbsolutePath = &#8220;C:\\upload\\&#8221;;</p>
<p>Chnage -1 : change it to Enable = true;<br />
Change -2 : change the folder name in which you want to store the uploaded image.<br />
Change -3 : change the absolute path of the folder in which you want to store the uploaded image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
