How to increase User File Upload limit for Linux Dedicated Server ?

- Login to Server through SSH
- Type su -
- Type php -i | grep php.ini
- You will fine two variables in php.ini file :

post_max_size - Data that PHP will accept

upload_max_filesize - Individual File size

upload_max_filesize = 2M

Increase the filesize limits to increase file uploads.

Once done, you will need to restart httpd

Leave a Reply