Feb 20, 2003 #1 TerryDad2 Programmer Jul 10, 2002 29 US The HttpPostedFile chokes on larger file sizes. Any other ideas to upload large file?
Feb 21, 2003 #2 link9 Programmer Nov 28, 2000 3,387 US Here's a link for you: http://www.dotnet4all.com/default.asp?NavID=514&NewsID=25&RubriekID=5&Dialog=NewsContent The answer to getting answered -- faq855-2992 Upvote 0 Downvote
Here's a link for you: http://www.dotnet4all.com/default.asp?NavID=514&NewsID=25&RubriekID=5&Dialog=NewsContent The answer to getting answered -- faq855-2992
Feb 21, 2003 Thread starter #3 TerryDad2 Programmer Jul 10, 2002 29 US Thanks for the link. I was working with that parameter yesterday but was having difficulty. I got it to work. The example on the link appears to have the incorrect capitalization though. Upvote 0 Downvote
Thanks for the link. I was working with that parameter yesterday but was having difficulty. I got it to work. The example on the link appears to have the incorrect capitalization though.
Feb 21, 2003 #4 link9 Programmer Nov 28, 2000 3,387 US What was your solution? Would you post the correct version? Thanks paul The answer to getting answered -- faq855-2992 Upvote 0 Downvote
What was your solution? Would you post the correct version? Thanks paul The answer to getting answered -- faq855-2992
Feb 21, 2003 Thread starter #5 TerryDad2 Programmer Jul 10, 2002 29 US The httpRuntime is not all caps, only the R. <configuration> <system.web> <httpRuntime maxRequestLength="102400" /> <authorization> <deny users="?"/> </authorization> </system.web> </configuration> Upvote 0 Downvote
The httpRuntime is not all caps, only the R. <configuration> <system.web> <httpRuntime maxRequestLength="102400" /> <authorization> <deny users="?"/> </authorization> </system.web> </configuration>