SpongeRoss
Members
-
Joined
-
Last visited
Solutions
-
SpongeRoss's post in (6.12.4) Can't change the upload_max_filesize with Nextcloud 27.1.1 (php 8.2) was marked as the answerFound the solution
I opened the nextcloud command line
typed
nano/config/php/php-local.ini Added the following lines:
upload_max_filesize = 16G post_max_size = 16G memory_limit = 2048M