Hi,
I thought I had fckEditor 2.6.5 working perfectly with file uploading.. having used Firefox while configuring and testing it all.
But then I tried it with IE7 and it didn't work.
I browse for a file, but when I hit "Send it to the Server", it just spins forever on the progress display.
Looking at the traffic with Fiddler, this I what I see in the response:
HTTP/1.1 200 OK Date: Fri, 11 Dec 2009 02:05:09 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 X-Powered-By: UrlRewriter.NET 2.0.0 Cache-Control: private Content-Type: text/html; charset=utf-8 Content-Length: 342 <script type="text/javascript">(function(){var d=document.domain;while (true){try{var A=window.top.opener.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();window.parent.OnUploadCompleted(201,'/userfiles/file/document(1).doc','document(1).doc','') ;</script>
Re: File upload problem in IE7
OK, I got this sorted. Seems it's a perennial FCKeditor problem that people have been having going back a year or more.
http://dev.fckeditor.net/ticket/2700 is where I got my fix from, tweaking FileWorkerBase::SendFileUploadResponse() and rebuilding FCKeditor.NET