Articles
-
Upload files using AJAX in ASP.Net MVC ,
In one of my recent projects, I had a requirement to uploads files with AJAX. There are several jQuery plugins available, but I really don’t wanna use any of them. After little research, I found a solution. It is very simple and can do it even without jQuery. The HTML Markup
.....