http://www.fckeditor.net/forums/viewtopic.php?f=10&t=10030&hilit=size#p26375
<IfModule mod_php5.c> php_value upload_max_filesize 10000000 php_value post_max_size 11000000 php_value memory_limit 12000000 php_value max_input_time 40 </IfModule>
<input type="file" name="file1" />

Re: Issue with max upload size
"ckfinder_root\core\connector\php\php5\CommandHandler\FileUpload.php" file
It seems like its correct, but I'm not 100% sure what it should be.
$maxSize = $resourceTypeInfo->getMaxSize(); if (!$_config->checkSizeAfterScaling() && $maxSize && $uploadedFile['size']>$maxSize) { $this->_errorHandler->throwError(CKFINDER_CONNECTOR_ERROR_UPLOADED_TOO_BIG); }In my "ckfinder_root\config.php" file I have
Re: Issue with max upload size
Re: Issue with max upload size
Re: Issue with max upload size
Also send me a PM with the result of the "Init" command (check ajax requests in Firebug).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+