Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please Let me know the possible ways of uploading a large file in an ASP.net application. This was asked in an interview and i have no idea on how to achieve this. Please Let me know the possible way to upload a file of large size (say 500 MB excel File)
Posted

Dear Friend,

for this you have to update your web.config file property :-

<httpruntime maxrequestlength="524288000" />


By default this property is set for 4mb.

Below link will help you find the detailed answer.

how to upload file of size 500 MB or more in ASP.net aplication.

Regards

Varun Sareen
 
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