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

Changing mac address in VMware

In Centos: 1. Edit old mac HWADDR=XX:XX:XX:XX:XX:XX in the file...

Fail2ban

Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the...

Sendmail [25: Connection refused] fix

If you can't receive email from the outside and got next error:  (Delivery Status Notification...

Set hostname

Set host name on Centos: /etc/sysconfig/network   HOSTNAME="mycomputer"...

Iptables

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