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
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
When adding multiple
MultiPartItem's to aPOSTrequest 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