In the previous post I spoke about a custom MultipartFormData stream provider and how it can help us to manage some custom informations included in a request message. In that example I generated chunks form a file and I sent those to a rest service (AKA Web API) with some additional informations that were then retrieved from the... Continue Reading →
Custom MultipartFormDataStreamProvider in C#
Frequently, when we manage multipart/form requests and we send them to the server, we might want to add some additional informations. Perhaps we might want to split a big file in chunks and we might want to add some additional informations like the id of the upload session, the chunk number, the file name and... Continue Reading →