//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返回空!是我哪邊沒配置好嗎?