cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who rated this post

Hey @Tony_Kiser

 

You can actually increase the max file size upload limit 🙂

 

1. Edit the file "php.ini" found in the folder:

 

/etc/php/7.0/apache

 

You can use vi, or nano e.g.

 

sudo nano /etc/php/7.0/apache/php.ini

 

Find the line "upload_max_filesize = 2MB"

 

Modify the value to something of your choosing, e.g. 100MB

 

 

Restart the apache2 service

 

sudo systemctl restart apache2

Who rated this post