You are developing an ASP.NET MVC Web API application.
The application must meet the following requirements :
It must sent or receive image data without the use of a buffer.
It must allow up to 1 MB of data to be received.
It must allow up to 2 MB of data to be sent.
You need to complete the code to meet the requirements. What should you do? continuous
You need to complete the code to meet the requirements
You are developing an ASP.NET MVC Web API application.
The application must meet the following requirements :
It must sent or receive image data without the use of a buffer.
It must allow up to 1 MB of data to be received.
It must allow up to 2 MB of data to be sent.
You need to complete the code to meet the requirements. What should you do? continuous