I'm using ckeditor and ckfinder for php and am having issue uploading a 5mb pdf.
I've seen posts dealing with this problem but they all come down to 3 things.
1. Changing the max upload size in config.php.
2. Making sure your server's max upload size is also correct.
3. Some bug from 2008 which limits your max upload size to 1MB (but I've only seen it with the asp version)
http://www.fckeditor.net/forums/viewtopic.php?f=10&t=10030&hilit=size#p26375
1. I currently have "files", "images", and "flash" max upload size set to "20MB" (just for certainty purposes).
2. I have my server's php_ini variables set appropiatly using my .htaccess, and I can confirm it is effective using a <?php echo php_info(); ?>
<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>
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.
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+