Php files uploaded are too large $ _ solutions for FILES being empty _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
PHP solves the problem of file Upload being too large $ _ FILES being empty. When uploading an image, you suddenly find that the size of a GIF image fails to be uploaded. the actual size is 4.66 MB. You can upload small files, but you cannot upload large files. check PHP. in INI, upload _ suddenly finds that a GIF image fails to be uploaded. The size is 0 and the actual size is 4.66 MB. When uploading a small file, you will not be able to upload a large file. after reading the upload_max_filesize = 2 M file in PHP. INI, this is the problem. modify the value.

The code is as follows:


; Maximum allowed size for uploaded files.
Upload_max_filesize = 20 M


Restart nginx to solve the problem.

The maximum size is 0, and the actual size is 4.66 M. When uploading a small file, you cannot upload a large file. check upload _... in PHP. INI _...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.