Solution to HTTP request error in ASP. Ueditor Upload Bulk Video report

Source: Internet
Author: User

Failure phenomena:

When using the Baidu editor Ueditor upload large-capacity video or large-capacity images, the editor reported "HTTP request Error" solution in detail;

Cause Analysis:

At present, many CMS integrates Baidu's Ueditor editor, but upload a slightly larger file will be error,

Solution Solutions

1: Modify the configuration file in the corresponding Ueditor\asp\config.json Editor folder Config.json in which to find "videomaxsize": 1024000000,/* Upload size limit, Unit B, default 1GBB */ This is my modified parameters;

2: Add under the Web. config file system.webserver node:

<security>
<requestFiltering>
<requestlimits maxallowedcontentlength= "1000000000"/>
</requestFiltering>
</security>

Solution to HTTP request error in ASP. Ueditor Upload Bulk Video report

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.