Skip to content

500 error when uploading large files(over 2MB)

Stream edited this page Oct 19, 2018 · 2 revisions

Summary of #592:

  • If web server is NginX, adjust client_max_body_size.
  • If web server is Apache, adjust upload_max_filesize and post_max_size.

Notice

memory_limit config in config/lfm.php should also be adjusted to a larger value, since there are some memory issues.