您好,欢迎访问一九零五行业门户网

CodeIgniter使用Ckeditor+Ckfinder的问题!

//index.html编辑文章
//ckeditor/config.js ckeditor.editorconfig = function( config ) { config.language = 'zh-cn'; config.toolbar = 'rich'; config.toobar_rich = [ ['source','-','format','styles','fontsize'], ['outdent','indent','blockquote'], ['textcolor','bgcolor'], ['link','unlink','anchor'], ['templates','preview'], ['showblocks','maximize'], '/', ['removeformat','undo','redo','-','bold','italic','underline','strike'], ['subscript','superscript','numberedlist','bulletedlist'], ['justifyleft','jusrifycenter','jnstifyright','justifyright','jusrifyblick'], ['pagebreak','table','horizontalrule','smiley','specialchar','-','wpmore','image'] ]; config.uicolor = '#aadc6e'; config.width = 1000; config.height = 300; config.disablenativespellchecker = false; config.scayt_autostartup = false; config.font_names = '宋体/宋体;黑体/黑体;仿宋/仿宋_gb2312;楷体/楷体_gb2312;隶书/隶书;幼圆/幼圆;' }; //php/php.ini memory_limit=500m post_max_size=500m为什么数据量一大post就取不到值了呢?如果是一张图片,或者一串文字post可以正常取到值,但如果10张图片加1000文字post返回空!是我哪边没配置好吗?

回复内容: //index.html编辑文章
//ckeditor/config.js ckeditor.editorconfig = function( config ) { config.language = 'zh-cn'; config.toolbar = 'rich'; config.toobar_rich = [ ['source','-','format','styles','fontsize'], ['outdent','indent','blockquote'], ['textcolor','bgcolor'], ['link','unlink','anchor'], ['templates','preview'], ['showblocks','maximize'], '/', ['removeformat','undo','redo','-','bold','italic','underline','strike'], ['subscript','superscript','numberedlist','bulletedlist'], ['justifyleft','jusrifycenter','jnstifyright','justifyright','jusrifyblick'], ['pagebreak','table','horizontalrule','smiley','specialchar','-','wpmore','image'] ]; config.uicolor = '#aadc6e'; config.width = 1000; config.height = 300; config.disablenativespellchecker = false; config.scayt_autostartup = false; config.font_names = '宋体/宋体;黑体/黑体;仿宋/仿宋_gb2312;楷体/楷体_gb2312;隶书/隶书;幼圆/幼圆;' }; //php/php.ini memory_limit=500m post_max_size=500m为什么数据量一大post就取不到值了呢?如果是一张图片,或者一串文字post可以正常取到值,但如果10张图片加1000文字post返回空!是我哪边没配置好吗?

其它类似信息

推荐信息