Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i get the connection reset error on firefox while uploading big files of format .mp4 of size like 700 mb or greater whereas .txt files which are smaller in size of like some 100kb's has no problems while uploading.
Posted
Updated 1-Apr-13 11:18am
v3

You have tried txts with over 700mb? Really? No kidding?

Let's be serious: asp.net does not work like that. It is not as easy to make it work with large files. Start here: http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx[^]
 
Share this answer
 
Comments
rtz87 1-Apr-13 17:08pm    
oops but i didn't meant .txt files of size 700mb...LOL.thanks for the link.
please add this code in your web config modify the size as you required

HTML
<httpruntime maxrequestlength="100000" />


may be this thing help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900