I am running CKfinder 1.2.3 with PHP 5.1.6,
and with the Upload, it gives me an invalid file error.
I found it to be erroring out with .flv uploads over 8 megs (.flvs under 8 meg worked),
but the code is fixed so that it allows uploads to 1G, so I don't think it's a size issue.
All the files being uploaded are allowed.
Anyone know what's going on? Thanks in advance.
and with the Upload, it gives me an invalid file error.
I found it to be erroring out with .flv uploads over 8 megs (.flvs under 8 meg worked),
but the code is fixed so that it allows uploads to 1G, so I don't think it's a size issue.
All the files being uploaded are allowed.
Anyone know what's going on? Thanks in advance.
Re: Invalid File Issue
I believe that the problem is in php.ini settings.
Create a simple php script with the following code and open it in your browser:
Check the following values:
- upload_max_filesize
- post_max_size
- memory_limit (make sure that memory_limit > post_max_size)
and additionally, the following setting may cause problems as well:
- max_input_time
Simply increase all values in php.ini, restart your web server and it should work.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+