01-18-2019 08:08 AM
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