In one http request, I'd like to send both name value pair information and binary file data. Is there a way, using HttpClient, to create one http request that includes both urlencoded and multipart content type?
Thanks,
Dan
In one http request, I'd like to send both name value pair information and binary file data. Is there a way, using HttpClient, to create one http request that includes both urlencoded and multipart content type?
Thanks,
Dan