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

Oracle 11g EX on Centos 6 x64 vps

We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...

Mysql

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

Pptpd on Centos 6

How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...

How to check connectivity/network speed of your VPS

If you concerned about network speed of your vps you can test it by downloading some test...

Web server

In this guide we will create our own web server on Centos 6.  We will use Apache...