CKFinder functions exactly as expected when using the "Browse Server" button.
But when in a dialog (insert link, for instance) and trying to upload via the "Upload" tab something seems to hang. The progress indicator appears and that's as far as things ever get.
Has anybody else experienced this, and/or found/know of a solution? Thanks!
But when in a dialog (insert link, for instance) and trying to upload via the "Upload" tab something seems to hang. The progress indicator appears and that's as far as things ever get.
Has anybody else experienced this, and/or found/know of a solution? Thanks!
Re: CKFinder QuickUpload Broken?
I have tried all documented methods of using CKFinder inside of FCKeditor and it seems to work.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder QuickUpload Broken?
Re: CKFinder QuickUpload Broken?
I managed to reproduce the issue when I renamed a resource type called "Files" in the CKFinder configuration file into "File" (or anything else).
Note that in the following line:
"type=Files" at the end of line points CKFinder into "Files" resource type that must exist.
As a first step, please make sure that "Files" resource type is defined in config.ascx.
If that doesn't help, check whether the problem exists using the same file during uploads (just to be sure that it's not a problem with different files used during tests).
In any case, you may try using Fiddler to check the response returned by QuickUpload command.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder QuickUpload Broken?
Got it!
I configured config.ascx to point to the proper locations, too, and it works.
Thank you very much