Upload Image MVC always null

后端 未结 3 1405
生来不讨喜
生来不讨喜 2021-01-24 00:44

Hi everyone i am trying to upload a simple image but the HttpPostedFileBase is always remaining null. This is my code i dont know what i am doing wrong.

This is my code

3条回答
  •  佛祖请我去吃肉
    2021-01-24 01:17

    Be sure model.File1 type is HttpPostedFileBase not HttpPostedFile and form contains enctype = "multipart/form-data" attribute.

提交回复
热议问题