how to upload large file in asp.net

Posted by Bilalbinamar under ASP.NET on 2/15/2014 | Points: 10 | Views : 1400 | Status : [Member] | Replies : 1
how to upload large file in asp.net?
please help me

i want to upload a file to the sql server, the file size should be upto 2GB
please help me
waiting for the reply




Responses

Posted by: Antonydurai on: 2/28/2014 [Member] Starter | Points: 25

Up
0
Down
use this in web.config file

<configuration>
<system. web>
<httpRuntime maxRequestLength="102400" executionTimeout="3600" />
</system .web>
</configuration>

Bilalbinamar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response