ASP program is unable to upload more than 5M files

Source: Internet
Author: User

Production environment:

Operating System: WindowsServer 2003

Web:iis 6.0

Program: ASP

problem: Unable to upload 5M the file above.

Analysis: The size of the upload file, first of all think of IIS to upload file size limit.

" windows\system32\ Inetsrv\ " file found in file

aspmaxrequestentityallowed , the default setting is 204800 200k but our production server is setting up aspmaxrequestentityallowed=10240000, 10m, immediate discharge is not iis set the issue.

friendly hints via background error: Upload data exceeds 5M limit! You can set the MaxSize property to change the limit! It is estimated by friendly hints that the program limits the size of the uploaded file.

    through the analysis program found in theEditorfolder, you can find the corresponding "upload.asp"file, find the "maxSize"property, Default "maxSize = 5 * 1024x768 * 1024x768'5M ", change to "maxsize=10*1024*1024 "that10M,that can be uploaded10Mbetween the files on the server..


This article is from the "linux~dba~mba~edu" blog, make sure to keep this source http://sky9896.blog.51cto.com/2330653/1711769

ASP program is unable to upload more than 5M files

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.