uploading large packages
I'm trying to upload my package. This package is quite large (17 MB) because it includes some sample files in the content folder.
The upload fails with error message:
The page was not displayed because the request entity is too large.
How do I upload a large package (cca 20 MB)?
1
vote
This is possible using the nuget.exe client.
1 comment
-
I assume you are trying to do this using the web interface? We've blocked packages larger than a couple of megabytes there. Using the nuget commandline push command, packages to 200 MB should be possible.
If required, we can raise the limit for the web UI. Would this be viable to you?