Click here to Skip to main content
15,886,791 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello!
I am creating site in asp.net mvc 3. And i need to upload large sized files about 2Gb.

I read about recommendation from Microsoft on request size it should be <= (100Mb).

I can't use Telerik or Silverlight components. How i can upload file by chunks and show uploading progress?
Posted
Updated 13-May-11 19:25pm
v4
Comments
ZeeroC00l 14-May-11 0:10am    
--edited for formatting

1 solution

You can use HTTPModule to upload/handle large files.

Have a look at these, concept remains the same throughout:
Article: Large file uploads in ASP.NET[^]
Upload Large Files in ASP.NET Using HttpModule[^]

Similar discussions:
Discussed at length[^]
 
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