Large or Big size file upload in ASP.NET
Are you want to uplaod Large file or Image ??? No Profile open you WebConfig file from your project and add below code below the
<system.web>
? ? ? <httpRuntime maxRequestLength=”20000″/>
maxRequestLength
Indicates the maximum file upload size supported by ASP.NET. This limit can be used to prevent denial of service attacks caused by users posting large files to the server. The size specified is in kilobytes. The default is 4096 KB (4 MB).