Increase file size limit for uploads #5

Open
opened 2020-09-14 20:36:43 +00:00 by 3wordchant · 3 comments
Owner
No description provided.
Author
Owner

It's now set to 256MB in php.ini, but users are still reporting that uploads > 1MB don't work. Wondering if this is a webserver limit?

It's now set to 256MB in `php.ini`, but users are still reporting that uploads > 1MB don't work. Wondering if this is a webserver limit?
Owner
ping @numerica @pirra

In my experience, php.ini is not te only file to edit, nginx.conf too

in this lines:

php.ini:

  • upload_max_filesize
  • post_max_size
  • memory_limit
  • max_execution_time

nginx.conf:

  • client_max_body_size

Another solution is with the Nextcloud client since the local computers, in this way you can upload big files

graphic:

  • sudo apt install nextcloud-desktop

or command line:

  • sudo apt install nextcloud-desktop-cmd
In my experience, php.ini is not te only file to edit, nginx.conf too in this lines: **php.ini:** - upload_max_filesize - post_max_size - memory_limit - max_execution_time **nginx.conf:** - client_max_body_size Another solution is with the Nextcloud client since the local computers, in this way you can upload big files **graphic:** - sudo apt install nextcloud-desktop **or command line:** - sudo apt install nextcloud-desktop-cmd
Sign in to join this conversation.
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/wordpress#5
No description provided.