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

Php

Can I help you? Our agents are ready to assist you. Click "Chat Now" to be...

OpenVPN Access Server

§  Install OpenVPN Access Server Be sure that you are using a clean system and no...

Dovecot /postfix with Roundcube WebUI

Following guide was tested on CentOS 6. Install epel repository: wget...

Epel Centos

Some packages are missing from the base repository. This guide shows how to install RHEL EPEL...

FTP

 First of all make sure you have the ports 20-21 opened in your firewall. If not, you...