php increase max file size upload

For increase maximum size of uploads file you should set only one setting in php.ini.

Set upload_max_filesize to 200M 

php.ini location can be differ in differ distros. So you can find it using find command:

 find / -name "*php.ini*"

 

Was this answer helpful?

 Print this Article

Also Read

nginx

How to install nginx on Centos Add nginx repo first. To add it, create the file...

Squid+Privoxy+Tor

How to install squid with tor [NOTE: According to vpsget.com AUP/TOS you can use private proxy...

Squid with authentication on Centos 6

How to install Squid with authentication on Centos 6 >>Get VPS with current...

Iptables

Iptables is a Linux based packet filtering firewall. It is a service (daemon)...

Mysql

Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...

Powered by WHMCompleteSolution