MY JSON
---------
{
"ID": 0,
"StationId": 1,
"UnitId": 1,
"OutageTypeId": 1,
"ZoneId": 2,
"FinYear": "2018-2019",
"PhotoTag": "azxxxcssac",
"UploadedFiles": [{
"UploadedFiles": "data:image/jpeg;base64,/9j/4AA/QSkZ***Jggg=="
}]
}
Deepak RawatPosted Jun 22, 2023, 11:50 AM
To handle multiple image uploads and save them to a database through a POST JSON request in a Web API, you can follow these steps:
Define your Web API endpoint:
Configure the necessary route and request body bindings:
Define a model to represent the image data:
Implement the POST method in the Web API controller:
Handle multiple image uploads:
Return appropriate response: