Found 29 packages
A C# Http Multipart/form-data parser that works correctly on binary data and very large files.
A library for binding custom types (including files) when sending and receiving multipart encoded form data
An enhanced formatter for multipart/form-data data in ASP.NET Framework Web API 2 & ASP.NET Core Web API. This package can deal with nested properties and files.
Support JSON Multipart data in Swashbuckle
InMemoryMultipartFormDataStreamProvider
A small library for creating multipart/form-data content from flat objects.
Serializes a C# object into a Multipart Form-Data Object.
ASP.NET reader/parser of the HTTP multipart/form-data content sent from Windows Runtime via MultipartFormDataContent class.
Add support json fields in multipart-form requests.
Simple and easy HTTP Multipart multipart/form-data parser compatible with .NET 4.0
Manage uploading/downloading files in the file system. Samples: https://github.com/Hajisharifi/Diamond-Samples/tree/master/FileStorage
A simple utility to retrieve uploaded file and data from Request without load all data into memory
Form data stream provider to upload files in asp.net mvc to blob storage
讓WebAPI也可以接受 Content-Type: multipart/form-data
A C# Source Generator that automatically creates extension methods to serialize objects to multipart/form-data. Supports nested objects, single and multiple Stream properties for file uploads.
This package allows you to read Form Data values and files. Files streams are not read in binding model process and are provided to be used in user code.
A lightweight ASP.NET Core middleware for generating realistic mock API responses using local LLMs (via Ollama). Supports REST, GraphQL, SSE streaming, SignalR real-time data, gRPC, and OpenAPI specs. NEW in v2.3: Complete content type support - form bodies (application/x-www-form-urlencoded), file uploads (multipart/form-data) with memory-safe streaming, and arbitrary path lengths. All with manual JSON construction for .NET 10 AOT compatibility. 405 tests, 100% pass rate. Perfect for prototyping, demos, and testing. Compatible with .NET 8.0 and later.
Provides interfaces for types in System.Net.Http: HttpClient, HttpContent, HttpRequestMessage, HttpResponseMessage, HttpHeaders, DelegatingHandler, HttpClientHandler, HttpMessageHandler, HttpMessageInvoker, MessageProcessingHandler, MultipartContent, MultipartFormDataContent, HttpContentHeaders, HttpRequestHeaders, HttpResponseHeaders.