Tag

file upload

All blogs tagged with file upload

6
Articles
66,459
Total Views

Showing 6 of 6 articles

26
Feb
2021
How to upload Image file using AJAX and jquery
14,227 views

So starting of from the beginning Ajax is used for Asynchronous Javascript and XML. We can use it for many purposes. Few basic uses of Ajax are:- Update page without reloading the page providing better performance. Request data from a server - after the page has loaded which can be used in loading Partial Views. Send data to a server without reload - in the background making it easier to performance Save, Delete operations smoothly. Ajax in Asp.Net MVC

Translate Page