I am using the ASP version of CkEditor and CkFinder.
In /CKFinder/config.asp, I set the baseURL for the "Server Browser" function, and it works just fine.
Ex code: baseUrl = "/ckfinder/userfiles/"
However in the CKEditor toolbar, I try to use the same exact path for the file browser upload url, I get the error message: "Folder not found. Please refresh and try again."
Ex code: filebrowserImageUploadUrl : '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images¤tFolder=/ckfinder/userfiles/'
Is there another configuration place for uploading images that I'm missing? Thanks!
In /CKFinder/config.asp, I set the baseURL for the "Server Browser" function, and it works just fine.
Ex code: baseUrl = "/ckfinder/userfiles/"
However in the CKEditor toolbar, I try to use the same exact path for the file browser upload url, I get the error message: "Folder not found. Please refresh and try again."
Ex code: filebrowserImageUploadUrl : '/ckfinder/core/connector/asp/connector.asp?command=QuickUpload&type=Images¤tFolder=/ckfinder/userfiles/'
Is there another configuration place for uploading images that I'm missing? Thanks!
Re: Upload Image Error: Folder not found
"/ckfinder/userfiles/Images/ckfinder/userfiles/"
Re: Upload Image Error: Folder not found
You made my day - thanks again!
Mike