Ajax FileUpload & JQuery formData in ASP.NET MVC

前端 未结 3 1135
轮回少年
轮回少年 2020-12-13 21:26

I have some problem with posting formData to server side action method. Because ajax call doesn\'t send files to server, I have to add file uploader data to

3条回答
  •  感动是毒
    2020-12-13 22:11

    I was able to upload file through jquery using the iframe, I explained the same in my blog post, please follow the link to get the answer.

    http://kaushikghosh12.blogspot.com/2014/02/ajax-fileupload-on-all-browsers.html

提交回复
热议问题