Ben Foster 12/15/2012

Sending additional form data in multipart uploads with ASP.NET Web API

Read Original

This technical article addresses a common challenge in ASP.NET Web API: sending additional form data (like unique identifiers) with file uploads in multipart requests. It explains the limitation of standard examples, provides a code snippet for multi-file uploads, and introduces custom extension methods for MultipartFormDataContent to easily include extra metadata.

Sending additional form data in multipart uploads with ASP.NET Web API

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week