Created
May 27, 2015 20:23
-
-
Save aquasmit/07e763be1a0f242d223f to your computer and use it in GitHub Desktop.
file uploading checklist - php.ini
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
file_uploads on (or true or 1) | |
upload_tmp_dir NULL | |
post_max_size 8M | |
upload_max_filesize 2M | |
max_execution_time 30 (in seconds) | |
max_input_time -1 (no limit) | |
memory_limit 128M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment