File input empty but an empty “file” shows up in Request.Files

前端 未结 1 1763
自闭症患者
自闭症患者 2021-01-20 19:07

I have a view that has the following file input:


         


        
1条回答
  •  时光说笑
    2021-01-20 19:42

    This is by-design and looks like the root cause is the browser. See these links for reference:

    • ASP.NET work item: http://aspnetwebstack.codeplex.com/workitem/188
    • Stackoverflow article: Why IEnumerable count is 1 when I upload 0 files? and
    • Blog article: http://michaelsync.net/2014/04/29/asp-net-mvc-multiple-files-upload-bug-or-by-design-issue

    0 讨论(0)
提交回复
热议问题