Hi,
I recently integrated CKFinder with my FCKEditor and I am having a upload directory problem. I have configured my /ckfinder/config.cfm to point to a directory on my server called /DOC/. Now, the problem is when in FCKEditor I click on the "Link" button, it pops up a window. When I click on "Browse Server", it opens up CKFinder and when I upload from this the file I upload correctly goes in the /DOC/file/ folder. However, if instead of clicking on "Browse Server" I click on the "Upload" tab and upload a file here with the "Sent it to the Server" button, the file gets uploaded in to /DOC/ instead of /DOC/file/. How do I have it upload to the correct folder? Otherwise, is there a way to disable the Upload tab?
Thanks.
I recently integrated CKFinder with my FCKEditor and I am having a upload directory problem. I have configured my /ckfinder/config.cfm to point to a directory on my server called /DOC/. Now, the problem is when in FCKEditor I click on the "Link" button, it pops up a window. When I click on "Browse Server", it opens up CKFinder and when I upload from this the file I upload correctly goes in the /DOC/file/ folder. However, if instead of clicking on "Browse Server" I click on the "Upload" tab and upload a file here with the "Sent it to the Server" button, the file gets uploaded in to /DOC/ instead of /DOC/file/. How do I have it upload to the correct folder? Otherwise, is there a way to disable the Upload tab?
Thanks.
Re: CKFinder with FCKEditor Upload directory
Are you using the latest version of CKFinder? How do you integrate CKFinder with FCKeditor? Could you paste your code here?
Is it posibble that you are still using CKFinder 1.1 and javascript to integrate FCKeditor with CKFinder?
Upload tabs may be disabled in fckeditor/fckconfig.js using the following settings:
For more details please take a look here: http://docs.fckeditor.net/FCKeditor_2.x ... on_Options
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder with FCKEditor Upload directory
I suspect that you have probably upgraded FCKeditor and CKFinder at the same time. Because FCKeditor configuration file pointed to the right directory, you didn't spot the difference and QuickUpload feature was handled by FCKeditor. But this is just my assuption.
To trace this issue, open Firefox with Data Tamper extension to trace HTTP requests (or use any other tool you like). When you click on the Upload tab and upload a file, FCKeditor calls QuickUpload command.
With Data Tamper you should find the following URL:
http://example.com/ckfinder/core/connec ... type=Files
Did you find it?
Is it possible that instead of CKFinder, FCKeditor is called?
http://example.com/fckeditor/editor/fil ... upload.cfm
If yes, make sure that you have copied the latest ckfinder.js and cleared your browser's cache.
If you are still having problems, let me know how are you integrating CKFinder with FCKeditor (paste your code).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+