Closed ordinaryorange closed 2 years ago
When adding multiple MultiPartItem's to a POST request the server will only recognise the first file. This is because a newline is missing between the MultiPartItem's during creation of the request stream. Refer #1397
MultiPartItem
POST
Closed as PR accepted
When adding multiple
MultiPartItem
's to aPOST
request the server will only recognise the first file. This is because a newline is missing between theMultiPartItem
's during creation of the request stream. Refer #1397