Skip to content

Instantly share code, notes, and snippets.

@itsrachelfish
Created March 25, 2019 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsrachelfish/c7863a974f386eed1d2d3f4add4640a2 to your computer and use it in GitHub Desktop.
Save itsrachelfish/c7863a974f386eed1d2d3f4add4640a2 to your computer and use it in GitHub Desktop.
PHP upload configuration
; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 8M
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment