How to troubleshoot files that are larger than 8M can not be uploaded on PHP

Source: Internet
Author: User
Tags file upload

This article mainly describes how to solve the problem of PHP can not upload more than 8M files, the need for friends to refer to the next

Develop a file upload share site, once wanted to use the following code to implement the file upload function: The code is as follows: <form enctype= "Multipart/form-data" action= "add_file.php" method= "POST"  > <fieldset><legend>fill out of the form to upload a file:</legend> <?php//Create the inputs. for ($i = 0; $i < $counter; $i + +) {echo ' <b>File:</b> <input type= ' File ' name= ' upload '. $i. '/> <b>Description:</b> <textarea name= ' Description '. $i.  ' "Cols=" rows= "5" ></textarea> "; }?> </fieldset> <input type= "hidden" name= "submitted" value= "TRUE"/> [align=center]<input type=] Su  Bmit "Name=" Submit "value=" Submit "/>[/align] </form> in the actual implementation of the discovery to upload a slightly larger file, show file couldn ' t be moved.  The file name is displayed in the database and the size is not displayed. When uploading files larger than 8M, the page does not respond at all.

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.