I am using fck from rails using the rails plugin.  Under IE after using the image button on the editor I choose the 'upload' tab.  I browse for an image and hit the 'Send it to the server' button.  The file is actually successfully uploads ( i see it in my uploads folder)  however I get the following error dialog....
Object doesn't support this property or method
I use visual studio to debug the JS and see that the problem is when the JS is executing this line.
 
window.parent.frames['frmUpload'].OnUploadCompleted(0);
This only occurs on IE, Firefox is fine.
Any Ideas?
More info..
Version: fckeditor_plugin-0.4.2
IE version: 6.0.2900.2180.xpsp2_gdr.070227-2254
Object doesn't support this property or method
I use visual studio to debug the JS and see that the problem is when the JS is executing this line.
window.parent.frames['frmUpload'].OnUploadCompleted(0);
This only occurs on IE, Firefox is fine.
Any Ideas?
More info..
Version: fckeditor_plugin-0.4.2
IE version: 6.0.2900.2180.xpsp2_gdr.070227-2254
