Skip to content

Instantly share code, notes, and snippets.

@mozerian
Created August 7, 2020 06:16
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 mozerian/7cd7c042cd56af9a85cd7bbcc5733d33 to your computer and use it in GitHub Desktop.
Save mozerian/7cd7c042cd56af9a85cd7bbcc5733d33 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
upload_tmp_dir ="c:/wamp64/tmp"
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 20M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment