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

Backup script sample

#!/bin/bash echo "packing files in progress..." tar -cf /home/backup/root_lib-$(date...

Cron

Cron is the daemon that can be used to schedule tasks according to time, day of the month,...

Epel Centos

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

Pptpd on Centos 6

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

FFmpeg on Centos 6

Install repo and ffmpeg # rpm -ihv...

Powered by WHMCompleteSolution