Tagged Questions
12
votes
5answers
6k views
Large File uploading to asp.net MVC
I need a way to upload large files (600 mb to 4 gb) in an asp.net mvc website.
Currently I am using swfupload; it works well enough, but it is a huge hit on the webserver because it sends it in one ...
3
votes
2answers
1k views
Viewstate hidden field so big it makes everything crash
For some reason the viewstate of my application became gigantic (around 14 million characters). It adds around 1 minute of loading time. If the page finally loads (which is not often), the server ...
1
vote
1answer
1k views
How to calculate the optimum chunk size for uploading large files
Is there such a thing as an optimum chunk size for processing large files? I have an upload service (WCF) which is used to accept file uploads ranging from several hundred megabytes.
I've ...