Hello!
May be someone could help with this.
When I press "Insert/Edit Image" icon it opens "Image Properties" pop-up.
Then I press "Browse Server" Button - a new window opens, but right after that comes out such an error:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: OK (200)
Requested URL:
http://localhost/Project/FCKEditor/edit ... 9462092163
Response text:
<?php
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben ...
Does Anybody knows, how to fix this problem?
Here's exactly step-by-step how I plugged FCKEditor to project:
1. Downloaded the Editor And DLL for ASP.NET
2. Added them project
3. in Editor's config I made some changes:
var _FileBrowserLanguage = 'aspx' ;
var _QuickUploadLanguage = 'aspx' ;
$Config['Enabled']=true;
Tue, 12/16/2008 - 22:26
#1
Re: Help! Error when uploading image (XML request error)
What can we do to FCKEditor code within our application to help I.E. hold on to the correct session information. no matter how many sessions are open at one time?