Home  >  Article  >  php教程  >  Ueditor1.4.3完美移植,全面兼容本地和SAE

Ueditor1.4.3完美移植,全面兼容本地和SAE

WBOY
WBOYOriginal
2016-06-07 11:41:461442browse

无需修改代码,本地和SAE环境都可运行
重写了ueditor的服务器端脚本,使用TP的Controller处理ueditor文件上传。
文件上传使用TP3.2自带的Upload类以兼容本地和SAE。文件读写使用作者之前实现的兼容两种环境的FileUtil类(参考http://www.thinkphp.cn/extend/555.html)。

在SAE环境运行需在入口文件添加代码:
define('STORAGE_TYPE','sae');
define('APP_MODE','sae');
在配置文件添加:
'FILE_UPLOAD_TYPE' => 'Sae'
确保SAE的Storage上已创建名为‘uploads’的domain;

注:此代码在两种平台下测试可用。但由于SAE有单文件上传20M限制,较大的视频无法上传。

附件 UeditorTest.zip ( 3.86 MB 下载:261 次 )

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn