SugarCRM installation process--php File upload limit issues

Source: Internet
Author: User
Tags php file upload

Locate the php.ini file in the php file in the D:\xampp\php directory, and open it with WordPad:
1. Findpost_max_size, which is the maximum value that can be received by post to PHP via the form, including all values in the form, by default, 8M, to see if you need to change.
2, find the file uploads, first confirmfile_uploads= on; whether to allow the switch to upload files over HTTP, the default is on is on. Upload_tmp_dir;
3. Findupload_max_filesize; that is, the maximum size allowed for uploading files. The default is 2M.
4, if you want to upload >8m files, then only set the above four items can not be certain. It is best to set the following parameters as well:
FindMax_execution_time= 600; The maximum time value (in seconds) for each PHP page to run, the default is 30 seconds.
Max_input_time= 600; The maximum time required for each PHP page to receive data, the default is 60 seconds.
Memory_limit= 8M; The maximum memory eaten by each PHP page, the default 8M.

SugarCRM installation process--php File upload limit issues

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.