Skip to content

Instantly share code, notes, and snippets.

@hawkapparel
Created September 30, 2016 20:22
Show Gist options
  • Save hawkapparel/314f33c09890c39b9ad9f35c5bd63997 to your computer and use it in GitHub Desktop.
Save hawkapparel/314f33c09890c39b9ad9f35c5bd63997 to your computer and use it in GitHub Desktop.
upload_max_filesize=100M (Default 2M)
memory_limit=128M (Default 16M) (En caso de que no le de el tiempo de procesar un archivo tan grande)
post_max_size=100M (Default 8M)
@hawkapparel
Copy link
Author

php --ini en terminal para encontrar archivo

@hawkapparel
Copy link
Author

Host configurations: To access these fields please edit "php.ini" file which is located in host (if you can't find it then contact with your host service provider)

upload_max_filesize = 32M

post_max_size = 48M
memory_limit = 128M
max_execution_time = 600
max_input_vars = 10000
max_input_time = 400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment