Skip to content

Instantly share code, notes, and snippets.

@aquasmit
Created May 27, 2015 20:23
Show Gist options
  • Save aquasmit/07e763be1a0f242d223f to your computer and use it in GitHub Desktop.
Save aquasmit/07e763be1a0f242d223f to your computer and use it in GitHub Desktop.
file uploading checklist - php.ini
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