CodeIgniter使用Ckeditor+Ckfinder的問題!

來源:互聯網
上載者:User
//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返回空!是我哪邊沒配置好嗎?
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.