You are developing an ASP.NET MVC Web API image management 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 4 MB of image data to be received.
It must allow up to 3 MB of image data to be sent.
You need to complete the code to meet the requirements. What should you do?