Maximum upload size in ASP.NET is 2Gb. Increase it.
ASP.NET 4.0 supports file uploads only up to 2Gb. For users uploading and storing videos on a server running ASP.NET this is a show stopper. Even web browsers now support uploads over 2Gb.
Just make the upload size to be unlimited...
Thanks for all the feedback on this item. Please be advised that we have moved this item to the http://aspnet.uservoice.com
site and transferred the associated votes. We are going to close this item out and release your votes back to you so you can apply them elsewhere. Note that the votes will remain with the item on the other site, so the item will not lose any of its current vote count, and you will recoup your votes on this site. To track the status, post comments, or add votes on this item, please go to http://aspnet.uservoice.com/forums/41199-general-asp-net/suggestions/2642879-maximum-upload-size-in-asp-net-is-2gb-increase-it and sign in using your current user ID and login.
10 comments
-
jan declercq
commented
But you Must handle big files in chunks! otherwise it is saved in memory first.. So if the upload is unlimited, then your servers memory must be unlimited..
-
Thank you all for voting on this suggestion.
This issue is being addressed. Please see the comment by Damian here:http://aspnet.uservoice.com/forums/41199-general/suggestions/2642879-maximum-upload-size-in-asp-net-is-2gb-increase-it
Deonhe - MSFT
.NET Framework Program Manager -
Volodymyr Lychman
commented
Thanks Brendan! Published it here:
http://aspnet.uservoice.com/forums/41199-general/suggestions/2642879-maximum-upload-size-in-asp-net-is-2gb-increase-itI hope the admin can move the voices to new place.
-
Brendan Enrick
commented
You might get a better response to this if you put it in the correct user voice. This is Visual Studio's you might want to use ASP.NET's.
http://aspnet.uservoice.com -
Volodymyr Lychman
commented
@John Nelson I need to upload 10Gb file in Chrome using PUT verb. I bet no approaches exist for that now.
-
John Nelson
commented
FYI: Upload limits are a good thing. It's fine where it's at, and if you're having trouble with uploading files to a server that are > 2Gb, there are other approaches.
-
Mike
commented
YES! Please increase volume of uploaded files up to 8GB or make it unlimited.
This requirement is dictated by modern technology and services.
It will be very useful! -
Volodymyr Lychman
commented
I hope in ASP.NET 4.5 and IIS 8 it will be fixed at least
-
Taras
commented
People! Is this really so hard to get rid of this constraint?
-
Igor
commented
Yes! Must be more 2G!