Connecting Tech Pros Worldwide Forums | Help | Site Map

Help regarding Uploading file using ASP .NET

Newbie
 
Join Date: Sep 2007
Posts: 3
#1: Oct 9 '07
hello,

I am trying to upload files using ASP.NET. The problem is I have a progress bar which stops if the file size is greater than 2MB but the file is still uploaded. It works fine for file smaller than 2MB. I dont know why this is happening.

In the Web.Config file this is what I have written
...
<httpRuntime
maxRequestLength="2097151"
executionTimeout="3600"
/>
....
I think this is right but still the progress bar stops.

Can someone help me with this?

Thanks,
Arun

jhardman's Avatar
Moderator
 
Join Date: Jan 2007
Location: logan, utah
Posts: 2,691
#2: Oct 11 '07

re: Help regarding Uploading file using ASP .NET


moved to .NET forum
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#3: Oct 11 '07

re: Help regarding Uploading file using ASP .NET


the executionTimeout seems to be in incorrect format

have you had a look at msdn?
Reply