Created
September 30, 2016 20:22
-
-
Save hawkapparel/314f33c09890c39b9ad9f35c5bd63997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
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
php --ini en terminal para encontrar archivo