How to increase the max upload file size in ASP.NET?

后端 未结 15 2984
青春惊慌失措
青春惊慌失措 2020-11-22 06:09

I have a form that excepts a file upload in ASP.NET. I need to increase the max upload size to above the 4 MB default.

I have found in certain places referencing the

15条回答
  •  攒了一身酷
    2020-11-22 06:37

    You can write that block of code in your application web.config file.

    
    
    

    By writing that code you can upload a larger file than now

提交回复
热议问题