I just upgraded to the latest release of FCKeditor 2.0RC2. The Insert/Edit Link button tool for internal files works great, except for one minor error.
When uploading a new file using the "Upload a new file in this folder" browse feature, the file only uploads 1KB of data.
When a user hits "Upload" to upload the file, the Internet Explorer progress meter flashes for about a second meaning that the upload completed in IE, but then the page never refreshes (same thing happens in Firefox). When I refresh the Resources Browser page manually, the file appears in the folder that I chose to upload to (either file, image, flash or media), however, the file only has 1KB of data.
The file is there and I can link to the file, which is nice. Of course, then I have to manually FTP the full version of the file to the folder to get it to work properly.
Any ideas? I have set permissions to the folder to read/write. The file is appearing in the folder, just a 1KB version and not the complete file. I am using a Windows 2003 Server with IIS 6.0.
Thanks. Pete
When uploading a new file using the "Upload a new file in this folder" browse feature, the file only uploads 1KB of data.
When a user hits "Upload" to upload the file, the Internet Explorer progress meter flashes for about a second meaning that the upload completed in IE, but then the page never refreshes (same thing happens in Firefox). When I refresh the Resources Browser page manually, the file appears in the folder that I chose to upload to (either file, image, flash or media), however, the file only has 1KB of data.
The file is there and I can link to the file, which is nice. Of course, then I have to manually FTP the full version of the file to the folder to get it to work properly.
Any ideas? I have set permissions to the folder to read/write. The file is appearing in the folder, just a 1KB version and not the complete file. I am using a Windows 2003 Server with IIS 6.0.
Thanks. Pete

RE: File Upload - Upload in Progress Error
BTW, the ColdFusion connectors aren't commented out. I had to insert my own Link and Image browsing variables like so:
// Link Browsing
FCKConfig.LinkBrowser = true ;
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/cfm/connector.cfm" ;
// Image Browsing
FCKConfig.ImageBrowser = true ;
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm" ;
I hope that helps,
Chris
RE: File Upload - Upload in Progress Error
RE: File Upload - Upload in Progress Error
When releasing the upload button in "Upload a new file in this folder", the upload button stays disabled, and the upload page won't refresh. When refreshing manually, I see a 1 kb corrupted version of the image that I tried to upload.
I am also using Windows Server 2003 with IIS 6
RE: File Upload - Upload in Progress Error
RE: File Upload - Upload in Progress Error
RE: File Upload - Upload in Progress Error
RE: File Upload - Upload in Progress Error
Thanks!