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

Web server

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

Centos 6 Webserver

In this article we will install some software that is useful on a webserver based on...

Create OpenVPN client

The following instructions are for those VPSGet customers who have installed OpenVPN...

Asteriks +TLS+RSTP Encrypt on centos

IN PROGRESS! this guide was gathered from official asteriks wikies...

LXDE + xrdp

How to install Lightweight X11 Desktop Environment (LXDE) on Ubuntu. apt-get update...