I have been getting this error: Invalid file. "The file size is too big."
I'm using the PHP version of ckFinder, and the file that I'm trying to upload is a 3.76M mp3 file.
I have put php.ini files all over the place to try and fix the problem, but I haven't had any luck still. I also changed the max upload size value in the config.php, but that hasn't helped either.
I'm trying to change the max upload size to 60M just to be safe. If anyone has any idea what might be going on here, and how I can fix it, I'd really appreciate the help. I am starting to get lost - I've tried everything I can think of, but I'm still getting this error.
Please help before I start pulling my hair out!
Thanks,
John
I'm using the PHP version of ckFinder, and the file that I'm trying to upload is a 3.76M mp3 file.
I have put php.ini files all over the place to try and fix the problem, but I haven't had any luck still. I also changed the max upload size value in the config.php, but that hasn't helped either.
I'm trying to change the max upload size to 60M just to be safe. If anyone has any idea what might be going on here, and how I can fix it, I'd really appreciate the help. I am starting to get lost - I've tried everything I can think of, but I'm still getting this error.
Please help before I start pulling my hair out!
Thanks,
John
Re: Invalid file. The file size is too big.
please check in your php.ini values for these variables: memory_limit , post_max_size , upload_max_filesize.
Which version of CKFinder do you use ?