Upload file having more than 10 MB of Space
ASP.NET
5
Posts
4
Posters
0
Views
1
Watching
-
Can anybody tell me that how to Upload file more than 10 MB of Data(in ASp.Net).
-
Can anybody tell me that how to Upload file more than 10 MB of Data(in ASp.Net).
-
Can anybody tell me that how to Upload file more than 10 MB of Data(in ASp.Net).
Add this to web.config file
<httpRuntime
maxRequestLength="EnterYourValue"
executionTimeout="Timeout"
/>This will tell ASP.NET to wait more time before terminating the process -- modified at 8:19 Thursday 12th July, 2007
-
Can anybody tell me that how to Upload file more than 10 MB of Data(in ASp.Net).
-
Can anybody tell me that how to Upload file more than 10 MB of Data(in ASp.Net).
Thanks All of you for this favour