PHP File Upload Size Setting

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.

댓글 남기기

이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.

%d 블로거가 이것을 좋아합니다: