Home >Backend Development >PHP Tutorial >Summary of methods for modifying php upload file size limit in php.ini

Summary of methods for modifying php upload file size limit in php.ini

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-25 08:58:39951browse
  1. max_execution_time = 600

  2. max_input_time = 600
  3. memory_limit = 32m

  4. file_uploads = on

  5. upload_tmp_dir = /tmp
  6. upload_max_filesize = 32m
  7. post_max_size = 32m

复制代码


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn