WDCP panel ueditor Editor upload large File error resolution

Source: Internet
Author: User
Tags configuration php
Because of the actual needs, there are many 20M more than the attachment needs to upload, the website uses thinkphp development, Rich Text editor use is ueditor, below say need to modify several places.

Configuration of the Ueditor

Open the Config.json file, modify the contents of the MaxSize

In the WDCP panel configuration php.ini


Many friends have been asked to say that they have changed the above two steps and still do not take effect. And I was also baffled, after the test found that the file uploaded to 8M about the problem began. Through the Chrome browser debugging tool found that the error is willing to be 413equest Entity Too Large. So think of the WDCP Web engine is Apache+nginx, but also lacks the configuration of nginx.

Configure Nginx

cd /www/wdlinux/nginx/conf/vim nginx.conf

Modify the Inside

client_max_body_size 8m;

Client_max_body_size is the maximum number of single-file bytes that the client is allowed to request. Remember to restart the Web service, and then the problem is resolved.

The above describes the WDCP panel under the Ueditor editor upload large file error resolution, including aspects of the content, I hope the PHP tutorial interested in a friend helpful.

  • Related Article

    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.