Hello,
Yes, you can increase the PHP upload size from PHP Configuration file i.e. php.ini. First you will have to locate the php.ini file, you can use following command to find the location of php.ini file
This command will show the exact location of PHP.ini file. Then edit this file using "
vi" OR "
pico" editor and search for the term "upload_max_filesize" and change it following
Quote:
FROM:
upload_max_filesize = 2M
TO:
upload_max_filesize = 16M
|
Save the file and restart apache. If you face any problem just contact us via live chat OR email and we will increase the upload size right away.