at CentOS ( or Another Linux OS ), find php.ini
# find / -name php.ini
and execute vim editor and find this
# vim /.../php.ini
post_max_size = 8M upload_max_filesize = 8M
change this that you want.
must change both var.
by Younghun, Chae
at CentOS ( or Another Linux OS ), find php.ini
# find / -name php.ini
and execute vim editor and find this
# vim /.../php.ini
post_max_size = 8M upload_max_filesize = 8M
change this that you want.
must change both var.