Click here to Skip to main content
15,858,490 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hallo,

I have a small web application that allows to upload some documents. When testing on the webserver uploading a file of 40 MB I get a System.OutOfMemoryException. We do have 300 MB webspace on a hosted virtual server.

Unfortunately I do now know the technical details of this server. I guess the exception is thrown becaus the RAM is not sufficient. How much is roughly necessary to upload a flie of this size? Or is it something else that causes this exception?

Thanks
Posted

 
Share this answer
 
Hi,

Use Chunk Upload

hope this will work for you,


thanks
-amit.
 
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