解决PHP程序上传最大2M问题解决方法
刚刚介绍过在iis上传文件不能大于200KB的解决办法,下面有朋友就问我为什么php中最大上传文件不能超过2MB呢,这个问题要怎么设置呢?下面小编来给各位介绍一下吧.
打开位于:C:/WINDOWS 的 php.ini 文件,这个php.ini不一定是在C盘,要看你配置环境时这个文件是放在那个盘,像我就不喜欢放在C盘了.
然后在php.ini中我们找到如下几个参数进行修改,代码如下:
upload_max_filesize = 2M (php程序最大可以上传的附件值)
post_max_size = 8M (form表单POST类型上传的最大可以上传值)
memory_limit = 8M (限制php程序运行时占用的内存大小最大为 8M)
max_execution_time = 30 (PHP程序执行时间,单位:秒)
另外要确认上传的

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
