Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to allow the users of my ASP.NET site to upload videos of 50 mb or even higher content length. My code is simple with a fileupload and a button and code behind has the simple code of Filupload1.SaveAs(fullpath). I have tried increasing the maxRequestLength in my web page but it takes only int32 values but file size is bigger.

How can I increase the maxRequestLength to higher values (50 mb or more) or is there any other method to upload video files with higher content length.

Thanks for help
Posted

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Oct-14 16:07pm    
5ed.
—SA
Thanks Sergey. :)
Maciej Los 1-Oct-14 17:05pm    
+5!
Thanks Sergey. :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Oct-14 16:07pm    
5ed.
—SA
Maciej Los 1-Oct-14 17:05pm    
+5!

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