Upload Large files(1GB)-ASP.net

后端 未结 8 1423
北海茫月
北海茫月 2020-12-05 21:08

I need to upload large files of at least 1GB file size. I am using ASP.Net, C# and IIS 5.1 as my development platform.

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 21:57

    I know it is an old question, but still unanswered.

    So this is what you have to do:

    In you web.config file, add this in :

        
        
    

    and this under

    
        
    
          
          
    
        
    
    

    You see in the comment how this works. In one you need to have the sie in bytes and in the other one in kilobytes. Hope that helps.

提交回复
热议问题