File Browser Requests

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

Note: This information is intented for programmers interested in modifying the CKFinder core.
If you are interested in installing/configuring CFKinder, please take a look at the Developer's Guide.
 

The File Browser Requests

All requests are simply made by CKFinder using the normal HTTP channel. The request info is always passed by QueryString in the URL that uses the following format:

connector.php?command=CommandName&type=ResourceType&currentFolder=FolderPath

CommandName

The command the Connector is required to execute.

ResourceType

Indicates the resource type to which the request refers to. A resource type is a way to group specific kinds of files in groups which can be configured separately.

FolderPath

The path of the folder to which the command is to be applied. This path is not the final URL path for that folder, but it is relative to the Resource Type folder. The final folder is composed by: "Resource Type Folder" + "Folder Path". For example, the Folder Path "/Docs/Test/" of resources type "Image" could correspond to the following URL path: "/userfiles/image/Docs/Test/".
The Folder Path must always begin and finish with a slash ("/").

This page was last edited on 28 May 2010, at 07:46.