CKFinder 3.x also dropped support for Internet Explorer 8 and is no longer shipped with the Flash component for file uploads, which sometimes required really tricky workarounds due to Flash bugs with handling cookies. In CKFinder 3.x HTML5 features are exclusively used for multiple file upload...
I am trying to get CKFinder to work with FCKeditor. I am using Coldfusion and IE 7. When I try and browse the server I get the following error: XML request error: Internal Server Error (500) I also get this same error when I use the two sample files fckeditor.cfm and standalone.cf...
The lifetime is defined as an integer representing the number of seconds. If the value provided is not a positive number larger than 0, the cache for a component will be disabled. Example $config['cache'] = array( 'imagePreview' => 0, // Disable cache for ImagePreview. 'thumbnails' ...
SESSION['IsAuthorized'] is set to "true" as soon as the31// user logs in your system. To be able to use session variables don't32// forget to add session_start() at the top of this file.3334returntrue;35}3637//LicenseKey : Paste your license key here. If left blank, CKFinder ...
Since: 2.0 The language to be used if CKFinder.config.language is left empty and it's not possible to localize the application to the user language. config.defaultLanguage = 'it';Default Value: 'en' <static> {String} CKFinder.config.defaultSortBy ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
CKFinder commands behave just like controllers. They wrap the logic required to handle a request and produce an appropriate response (in CKFinder usually a JSON). Commands are resolved based on thecommandURL parameter. The heart of each command class is itsexecutemethod where all the processing ...
$this->_errorHandler->throwError(CKFINDER_CONNECTOR_ERROR_FILE_NOT_FOUND); }if (!is_writable(dirname($filePath))) { $this->_errorHandler->throwError(CKFINDER_CONNECTOR_ERROR_ACCESS_DENIED); }if ( strtolower(pathinfo($fileName, PATHINFO_EXTENSION)) !== 'zip'){ $this->_errorHandler->th...
CKFinder 是商业软件,如果不填写授权信息,访问时会提示 **“This is a demo version of CKFinder 3”**,不影响使用。 ## Nginx 配置示例 ``` server { listen 80; server_name yangdx.com www.yangdx.com; index index.php index.html; root /home/www/blog/public; ...
服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(1) 管理 管理 master 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。 提示 下载代码请复制以下命令到终端执行 ...