|
Software/Other-Software/DevExtreme
Example to upload data on javascript to asp mvc api
|
06.10.2021 3176
|
The following example shows howto upload data to an API in an Asp Core
MVC application
In ASP Core, an API (POST) is created in the controller, and in the ASP
View at runtime in the client via javascript and jquery ajax the api is called
and data is passed
|