12-05-2018 07:59 AM
to upload an import large configuration files you will need to edit the file with the values shown below.
After editing let us know if you are able to import your panporama configuration.
sudo vi /etc/php/7.0/apache2/php.ini
Modify:
post_max_size = 250M
upload_max_filesize = 250M
restart the Apache with
sudo systemctl restart apache2