How to upload 40 mb excel file from MVCAPI

Jul 6 2015 12:09 PM
i have a real time seneario,i have client application developed in mvc5 and hosted in a iis server and i have another iis server on this webapi services hosted.
now i have selected 40 mb file from client application and convert into memory-stream and send this memory stream with some additional properties to web api controller.
 
so any one have any idea how to implement this and then main thing is both client and webapi services hosted on differenet server.