10-27-2009, 06:42 AM
[eluser]farbar[/eluser]
Thanks
I changed max size in php.ini:
And now codeigniter doesn't send any error.
But I got another error:
SWF DEBUG: Event: uploadError : Upload limit reached. No more files can be uploaded.
I know the error is related to SWFUpload and I must slove it.
Thanks
I changed max size in php.ini:
Code:
upload_max_filesize = 80M
post_max_size = 80M
But I got another error:
SWF DEBUG: Event: uploadError : Upload limit reached. No more files can be uploaded.
I know the error is related to SWFUpload and I must slove it.