ASP. Net large File Upload Component details

Source: Internet
Author: User

Right-click the root directory of the website, select "add reference" from the shortcut menu, and click "add reference". Switch to "Browse" find the Dll file of the component "Bestcomy. web. controls. upload. dll "(This file can be downloaded at www.aspnetupload.net on the official website. This document will also be available later), click" OK ", and return to the VS working interface, Web. config configuration: Add <section name = "aspnetUploadSettings" type = "System. configuration. nameValueFileSectionHandler, System, Version = 1.0.5000.0, Culture = neutral, PublicKeyToken = b77a5c561934e089 "/> under </configSections>: <aspnetUploadSettin Gs> <add key = "maxRequestLength" value = "2048000" type = "codeph" text = "/codeph"/> <! -- The value here indicates that the maximum size of the file to be uploaded is kb --> </aspnetUploadSettings> I did not add this old one at the beginning and the upload was unsuccessful, value = "2048000" here you can modify the corresponding value. in the <system. web> and </system.

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.