File upload size
File upload size
Change the following values in
/app/data/php.ini
using the File manager:
post_max_size = 256M
upload_max_filesize = 256M
memory_limit = 256M
Be sure to restart the app after making any changes.