(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
[[Image:CKFinder Connector.png|Image:CKFinder_Connector.png]] <br> | [[Image:CKFinder Connector.png|Image:CKFinder_Connector.png]] <br> | ||
− | < | + | <span class="jlink">The following tasks must be accomplished by the Connector</span> |
+ | <div id="tasks" class="hidden"> | ||
* Receive CKFinder requests. | * Receive CKFinder requests. | ||
* Manage operations in the File System, like folder and files creations and listings. | * Manage operations in the File System, like folder and files creations and listings. | ||
Line 16: | Line 17: | ||
* Handle ACL settings. | * Handle ACL settings. | ||
* All requests must take in consideration the settings defined in the config file. All config files should be unified. | * All requests must take in consideration the settings defined in the config file. All config files should be unified. | ||
+ | </div> | ||
<br>This document contains the overall specifications for the development of the connector for CKFinder. | <br>This document contains the overall specifications for the development of the connector for CKFinder. | ||
− | * [[ | + | * [[/File Browser Requests|File Browser Requests]] |
− | * [[ | + | * [[/The Connector Responses|The Connector Responses]] |
− | * [[ | + | * [[/Error Messages|Error Messages]] |
− | * [[ | + | * [[/The Commands|The Commands]] |
− | * [[ | + | * [[/Configurations File|Configurations File]] |
− | * [[ | + | * [[/Access Control List|Access Control List]] |
− | * [[ | + | * [[/Error Codes|Error Codes]] |
− | * [[ | + | * [[/Other Considerations|Other Considerations]] |
Latest revision as of 10:23, 19 November 2010
CKFinder is an Ajax application where the front end is completely written in JavaScript, which communicates to the server through XML messages. In the server side, there is a “connector”, written in a specific server language, which handles the front end requests. The following graphic illustrates it:
The following tasks must be accomplished by the Connector
- Receive CKFinder requests.
- Manage operations in the File System, like folder and files creations and listings.
- Build the XML response in the right format and syntax.
- Receive and handle file uploads from the File Browser.
- Generate image thumbnails.
- Handle ACL settings.
- All requests must take in consideration the settings defined in the config file. All config files should be unified.
This document contains the overall specifications for the development of the connector for CKFinder.