Term: Multipart/Form-Data
1 found
Recently we were faced with a unique challenge. One of our mobile apps was posting images to our WebAPI as a Multipart/Form-Data but our WebAPI was unable to receive the byte array and returned null each time. The WebAPI in question was written for an older MVC application. For the Mobile App, the problem was the function was not able to use HttpPostedFileBase class.