How to increase file upload limit in asp.net

If you are using ASP.NET than there is a 4 MB cap by default and you can change this cap by editing your web.config

<httpRuntime executionTimeout=”1800″ maxRequestLength=”400000″ />

This allows 400 MB file upload.

This post has No comment. Add your own.

Comments are closed.