Hi all,
I'm using Internet Explorer 7
I've created custom file browser and file uploader using asp.net
here's my configuration for ckeditor
CKEDITOR.replace( '<%=txtEditor.ClientID %>', { filebrowserImageBrowseUrl : 'Browser.aspx?type=Images', filebrowserFlashBrowseUrl :'Browser.aspx?type=Flash', filebrowserImageUploadUrl : 'Uploader.aspx?type=Images', filebrowserFlashUploadUrl : 'Uploader.aspx?type=Flash', filebrowserWindowWidth : '600', filebrowserWindowHeight : '400' });
Re: Strange behaviour of image uploader
Re: Strange behaviour of image uploader
Hi njss,
It can sometimes take a while for people to respond on here
You will have to post the rest of your code (Browser.aspx and Uploader.aspx) so I can see why it's not working! If possible can you also set up an online demo or post a full project file so I can see what is or isn't going on?
Re: Strange behaviour of image uploader
Hi,
I know it's a while since the OP however....
This can be repeated on the CKEditor demo site.
1) Open the demo page showing 'Editor with all features'
2) Double click on the red riding hood image to open the image dialog
3) Close the dialog
4) Double click on the image again to re-open the dialog.
5) In the Upload tab, the 'Send it to the server' input is no longer available.
The page needs to be refreshed to regain full functionality.
Using Firefox, there is the following error:
uncaught exception: [Exception... "Illegal operation on WrappedNative prototype object" nsresult: "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: no]
I notice that there is also an open ticked (#6205) here http://dev.ckeditor.com/ticket/6205 which may be related to the same issue.
Sean