I have this error: The file is too big! but in my code I have this:
$kul->maxFileSize=10000*10000*1024;
and the pdf file is less than 4MB
Can you help me?
Luis | |
I have this error: The file is too big! but in my code I have this:
$kul->maxFileSize=10000*10000*1024; and the pdf file is less than 4MB Can you help me?
Posted Apr 20, 2016
Kool - 1 person likes this post
|
|
Anthony Amolochitis | |
Check your php upload settings as well. I had the same issue until I raised it in the php.ini settings file.
Posted Apr 21, 2016
Kool
|
|
Luis | |
That's correct, I made the changes in the php.ini settings file and now is working fine, thanks a lot!
Posted Apr 21, 2016
Kool
|
|