Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

ASP.NET file upload and size limit?

  Asked By: Boell    Date: Jun 21    Category: Asp.net    Views: 1444
  

I was experimenting with ASP.NET file upload and I have a problem uploading
some of the files. So far I've determined I couldn't upload file that is 10 megs
in size. The error I get is plain old error 404 Page does not exist !?!?! Anyone
have any idea if there is a size limit or something else in play here? For
anything else code works OK.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Caitlin Brown     Answered On: Jun 21


<configuration>
<system.web>
<httpRuntime maxRequestLength=""/>

Set this property and try to play around this property.
Try setting the max value to this according to that your file  upload will
work fine.

 
Answer #2    Answered By: Mamie Wallace     Answered On: Jun 21

Probably you get a Response timeout...

 
Answer #3    Answered By: Randy Warren     Answered On: Jun 21

Guess this was the issue. It does work now.

 
Answer #4    Answered By: Frederick Greene     Answered On: Jun 21

Play also with executionTimeout.

 
Didn't find what you were looking for? Find more on ASP.NET file upload and size limit? Or get search suggestion and latest updates.




Tagged: