I have integrated CKFinder with CKEditor i can make upload of images, but i can not browse folders to choose from uploaded images, when I browse it opens a blank window, is not visible to me the left menu with the folders or the top menu
NET application is in C # and declared in the code behind
Editor1.FilebrowserImageBrowseLinkUrl = "../layout/";
Editor1.FilebrowserBrowseUrl = "../layout/ckfinder.html";
Editor1.FilebrowserImageBrowseUrl = "../layout/ckfinder.html?type=Images";
Editor1.FilebrowserImageUploadUrl = "../layout/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images";
Editor1.FilebrowserUploadUrl = "../layout/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files";
Editor1.FilebrowserFlashBrowseUrl = "../layout/ckfinder.html?type=Flash";
Can you help me
NET application is in C # and declared in the code behind
Editor1.FilebrowserImageBrowseLinkUrl = "../layout/";
Editor1.FilebrowserBrowseUrl = "../layout/ckfinder.html";
Editor1.FilebrowserImageBrowseUrl = "../layout/ckfinder.html?type=Images";
Editor1.FilebrowserImageUploadUrl = "../layout/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images";
Editor1.FilebrowserUploadUrl = "../layout/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files";
Editor1.FilebrowserFlashBrowseUrl = "../layout/ckfinder.html?type=Flash";
Can you help me