hello,
I'm trying to upload korean language file in CKEditor with CKFinder(ASP ver),
but I see the file name is broken.
just in case, I attatched "&langCode=ko" like these below:
filebrowserBrowseUrl : '/rodel/board/ckfinder/ckfinder.html?langCode=ko', filebrowserImageBrowseUrl : '/rodel/board/ckfinder/ckfinder.html?type=Images&langCode=ko', filebrowserFlashBrowseUrl : '/rodel/board/ckfinder/ckfinder.html?type=Flash&langCode=ko', filebrowserUploadUrl : '/rodel/board/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Files&langCode=ko', filebrowserImageUploadUrl : '/rodel/board/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images&langCode=ko', filebrowserFlashUploadUrl : '/rodel/board/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Flash&langCode=ko'
and it seems to be fine with Firefox, but definately doesn't work with IE
(but it uploaded successfully when I check the 'userfiles' folder, actually)
which is very weird, since it works perfectly when I try them with the demo: http://ckeditor.com/demo
I guess I did something wrong in encoding but I cannot help myself.
Can you give me some advices?