I am trying to upload files using jquery ajax. I have done same by referring this http://powerdotnetcore.com/asp-net-mvc/asp-net-mvc-simple-ajax-file-upload-using-jquery. It works good with single file.
But I have to upload multiple files, even I have model with one to many relationship, and I have to save model values before uploading file.
If done with full postback it works well. But if I serialize the form it not works.
Please help to resolve the same issue.
Is there any way without using any plugins to resolve same? Is any alternative for form serialization?