You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser was built for and tested on .NET 4.8, .NET standard 2.1, .NET 5.0 and .NET 6.0.
31
-
Version 5.1.0 was the last version that supported .NET 4.6.1, NET 4.7.2 and .NET standard 2.0.
32
-
Version 2.2.4 was the last version that supported older .NET platforms such as .NET 4.5 and .NET standard 1.3.
30
+
-The parser was built for and tested on .NET 4.8, .NET standard 2.1, .NET 5.0 and .NET 6.0.
31
+
-Version 5.1.0 was the last version that supported .NET 4.6.1, NET 4.7.2 and .NET standard 2.0.
32
+
-Version 2.2.4 was the last version that supported older .NET platforms such as .NET 4.5 and .NET standard 1.3.
33
33
34
34
## Usage
35
35
36
36
### Non-Streaming (Simple, don't use on very large files)
37
37
1. Parse the stream containing the multipart/form-data by invoking `MultipartFormDataParser.Parse` (or it's asynchronous counterpart `MultipartFormDataParser.ParseAsync`).
38
38
2. Access the data through the parser.
39
39
40
-
## Streaming (Handles large files)
40
+
###Streaming (Handles large files)
41
41
1. Create a new StreamingMultipartFormDataParser with the stream containing the multipart/form-data
42
42
2. Set up the ParameterHandler and FileHandler delegates
0 commit comments