Large File uploading to asp.net MVC

后端 未结 4 502
囚心锁ツ
囚心锁ツ 2020-12-12 17:59

I need a way to upload large files (600 mb to 4 gb) in an asp.net mvc website. Currently I am using swfupload; it works well enough, but it is a huge hit on the webserver b

4条回答
  •  轮回少年
    2020-12-12 18:02

    Example in my view:

    
        
    
        
    

    Then in the actual save action for this page I look for a file where the asyncupload action would have saved the file based on the FileGUID

提交回复
热议问题