Request.files is Empty in MVC file upload

前端 未结 3 836
你的背包
你的背包 2020-12-18 12:58

I have the same issue

@using (Html.BeginForm(\"CreateRequest\", \"SupportRequest\", FormMethod.Post, new { id = \"f         


        
3条回答
  •  天涯浪人
    2020-12-18 13:24

    Since you are creating the post of the data you will need to post the file data. see this post:

    How can I upload files asynchronously?

提交回复
热议问题