On Fri, Apr 03, 2009 at 09:34:33AM -0700, Dan King wrote: > 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? >
One could post binary content in the message body and use query parameters or HTTP headers to pass name/value pairs. Oleg > Thanks, > Dan > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
