How to solve a file problem that cannot upload files larger than 8M _php tips

Source: Internet
Author: User
Development of a file upload share site, once wanted to use the following code to achieve file upload function:
Copy Code code 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= "Submit" name= "submit" value= "Submit"/>[/align]
</form>

The file couldn ' t be moved is shown when uploading slightly larger files during actual execution.
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.