Hi,
we get this error when we try to search images on server.
We can't read the error message that is displayed in some coded text.
Also ckeditor.html example in sample directory of ckfinder has the same error.
We have another application with same configuration and that works fine.
Any suggestions?
we get this error when we try to search images on server.
We can't read the error message that is displayed in some coded text.
Also ckeditor.html example in sample directory of ckfinder has the same error.
We have another application with same configuration and that works fine.
Any suggestions?
var editor = CKEDITOR.replace('xxxxxx', { height: '400px', width: '900px', filebrowserBrowseUrl: '../ckfinder/ckfinder.html', filebrowserImageBrowseUrl: '../ckfinder/ckfinder.html?type=Images', filebrowserFlashBrowseUrl: '../ckfinder/ckfinder.html?type=Flash', filebrowserUploadUrl: '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files¤tFolder=/archive/', filebrowserImageUploadUrl: '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images¤tFolder=/cars/', filebrowserFlashUploadUrl: '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash' }); CKFinder.setupCKEditor(editor, { basePath: '../ckfinder/', rememberLastFolder: true });
Re: Ckfinder + Asp.Net Error