Skip to content

Instantly share code, notes, and snippets.

@xditx32
Created September 14, 2025 04:25
Show Gist options
  • Select an option

  • Save xditx32/c2ec60687f3b3778227a25d3df0d6c4f to your computer and use it in GitHub Desktop.

Select an option

Save xditx32/c2ec60687f3b3778227a25d3df0d6c4f to your computer and use it in GitHub Desktop.
Methods to Increase Upload Limit
php_value upload_max_filesize 2048M
php_value post_max_size 2048M
php_value memory_limit 4096M
php_value max_execution_time 0
php_value max_input_time 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment