asp.net mvc file upload ajax post

前端 未结 4 1572
不思量自难忘°
不思量自难忘° 2020-12-18 11:27

Hi I was just wondering if its possible to do an ajax post a file in asp.net mvc, basically i have a form with two buttons, one of the buttons extracts images for the select

4条回答
  •  Happy的楠姐
    2020-12-18 12:11

    Using web controls under MVC application is a real mess. I suggest you to try this sample project. ( Also, there are many useful MVC samples in there )

提交回复
热议问题